Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 572 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 572 Bytes

Useful Tools

Core

  1. Anchor Framework: https://www.anchor-lang.com/
  2. Anchor Playground: https://beta.solpg.io/
  3. Rust Example: https://doc.rust-lang.org/rust-by-example/index.html (we only need to master 20% of Rust to become competent.)
  4. Rust Playground: https://play.rust-lang.org/
  5. Solang: https://solang.readthedocs.io/en/latest/running.html (A tool to convert solidity into rust, experimental)
  6. solana doc: https://docs.solanalabs.com/

Library

  1. solana-web3.js: https://solana-labs.github.io/solana-web3.js/, similiar to ether.js in solidity