Skip to content

Instantly share code, notes, and snippets.

@gelopfalcon
Created March 4, 2022 22:37
Show Gist options
  • Save gelopfalcon/9883043a218aa24884ef793ea669196f to your computer and use it in GitHub Desktop.
Save gelopfalcon/9883043a218aa24884ef793ea669196f to your computer and use it in GitHub Desktop.
This is a gist where I'm putting the solana notes that based on my criteria are most used when you develop in solana blockchain.

Tooling

Solana Tool Suite

Anchor Framework

solana/web3.js

Solana CLI

  • solana config get -> we can check the current network (and other) configuration
  • solana config set --url localhost -> change the network
  • solana address -> see our current local wallet address
  • solana airdrop 100 -> airdrop tokens to your account
  • solana balance -> check the balance of your wallet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment