Solana is the fastest blockchain in the world which boasts sub-second transaction speeds. In this project we will create our own token on Solana using Javascript by creating a web application.
- Get you wallet's public key
- Display solana account balance
- AirDrop 1 Sol in devnet RPC!
- Mint SPL Token
- Tranfer 10 minted tokens
- Cap minted token
- Clone project
git clone https://github.com/arpoch/solcurreny.git
- Change directory to project folder
cd solcurrency
- Install dependencies
npm install
- Run
npm start
Feel free to open an issue related to the documentation or the code. Please don't not remove any comments nor change the formatting of the code.