Toolchain
Getting Started
This guide will get you all set up and ready to install Surfpool.
The surfpool CLI can be installed using the install script or built from source.
Install Script
To install surfpool, open a terminal and run:
curl -sL https://run.surfpool.run/ | bashInstall from Source
To compile the Surfpool binary from source, clone the surfpool repository.
git clone https://github.com/txtx/surfpool.gitNavigate to the new directory.
cd surfpoolThen, compile the binary. This command will compile the binary and store it in ~/.cargo/bin/surfpool.
cargo surfpool-installFinally, make sure that the surfpool binary is available on your PATH. This process will differ depending on your operating system.