Tooling for interacting with solana blockchain with examples of solana programs.
- These tools require docker installed into your system
- Build the solare image with
make image-solare - Run the solana test validator
make solana-test-validator - Enter the image with
make solare - Interact with
solanaclisolana --version solana config get solana cluster-version
Enter the image via make solare
solana-localto connect to the running localsolana-test-validatorsolana-devto connect to devnetsolana-prodto connect to mainnet
To play around with the image you can start by creating file system wallets (bear in mind that these are the most unsecure wallets and should be used only when interacting with the devnet).
solana-keygen new
To show the public key
solana-keygen pubkey
Use the latest release tag when updating the Dockerfile.
- solana-labs - Solana foundation repos
- project-serum - Serum DEX and anchor framework for aolana programs
- ironaddicteddog - few anchor solana program implementation