Installation
Last updated
Was this helpful?
Last updated
Was this helpful?
Go to install Rust.
Go to install Huione and then run huione-keygen new
to create a keypair at the default location. Anchor uses this keypair to run your program tests.
Go to install Yarn.
Anchor binaries are available via an NPM package . Only x86_64
Linux is supported currently, you must build from source for other OS'.
We can also use Cargo to install the CLI directly. Make sure that the --tag
argument uses the version you want (the version here is just an example).
On Linux systems you may need to install additional dependencies if cargo install fails. On Ubuntu,
Now verify the CLI is installed properly.