솔라나 문서툴체인
Surfpool CLI는 설치 스크립트를 사용하거나 소스에서 직접 빌드하여 설치할 수 있습니다.
설치 스크립트
Surfpool을 설치하려면 터미널을 열고 다음을 실행하세요:
curl -sL https://run.surfpool.run/ | bash
소스에서 설치
소스에서 Surfpool 바이너리를 컴파일하려면 surfpool 저장소를 클론하세요.
git clone https://github.com/solana-foundation/surfpool.git
새 디렉토리로 이동합니다.
cd surfpool
그런 다음 바이너리를 컴파일합니다. 이 명령은 바이너리를 컴파일하고
~/.cargo/bin/surfpool에 저장합니다.
cargo surfpool-install
마지막으로, surfpool 바이너리가 PATH에서 사용 가능한지 확인하세요. 이 과정은
운영 체제에 따라 다를 수 있습니다.
Is this page helpful?