De surfpool CLI kan worden geïnstalleerd via het installatiescript of worden gebouwd vanuit de broncode.
Installatiescript
Om surfpool te installeren, open je een terminal en voer je het volgende uit:
curl -sL https://run.surfpool.run/ | bash
Installeren vanuit broncode
Om de Surfpool-binary vanuit de broncode te compileren, kloon je de surfpool-repository.
git clone https://github.com/solana-foundation/surfpool.git
Navigeer naar de nieuwe map.
cd surfpool
Compileer vervolgens de binary. Dit commando compileert de binary en slaat deze
op in ~/.cargo/bin/surfpool.
cargo surfpool-install
Zorg er ten slotte voor dat de surfpool binary beschikbaar is in je PATH. Dit
proces verschilt afhankelijk van je besturingssysteem.
Is this page helpful?