Installation
Install Seahorse and get started with writing Solana programs!
Last updated
Install Seahorse and get started with writing Solana programs!
Last updated
Seahorse uses the Anchor framework to create Solana projects.
You may also need to install Rust, Solana, and Yarn if you haven't already.
Seahorse uses rustfmt to help generate better-looking Rust code.
From your terminal run:
This will install the seahorse
binary.
If you want, make sure that the installation worked by printing out the version:
You should be ready to start now! Let's make a simple program with Seahorse.