Overview
/Getting Started
Connect to Cookie Chain in minutes with the Solana CLI, Nightly wallet, and the community RPC.
You can connect to Cookie Chain in minutes if you already have the Solana toolchain installed.
# 1. Point the Solana CLI at Cookie Chain
solana config set --url https://rpc.cookiescan.io# 2. Check the connection
solana cluster-version# 3. Create or import a wallet
solana-keygen new --outfile ~/.config/solana/id.json
solana address
solana balanceWallet support includes Nightly. Install it from nightly.app and connect to Cookie Chain with the community RPC endpoint.
# 4. Get COOK
Bridge COOK from Solana through the community multi-sig bridge at bridge.cookiescan.io. Deposits and withdrawals are authorized by an m-of-n community signer set.
# 5. Explore
- Block explorer: cookiescan.io
- Deployed programs: /programs
- Validator set: /validators
- Explore the Ecosystem: /ecosystem