OpenBook Quickstart
Prerequisites
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | shrustc --version
cargo --versionsh -c "$(curl -sSfL https://release.solana.com/stable/install)"Switching to the Eclipse Devnet
solana config set --url https://staging-rpc.dev2.eclipsenetwork.xyzsolana airdrop 0.2Writing the smart contract:
Interfacing with OpenBook
Deploying the smart contract:
Last updated
Was this helpful?