Skip to content

arpoch/solcurreny

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minting SPL-Token using Javascript

connected-to-wallet

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.

What to do?

  • 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

How to start

  1. Clone project
git clone https://github.com/arpoch/solcurreny.git
  1. Change directory to project folder
cd solcurrency
  1. Install dependencies
npm install
  1. Run
npm start

Contributions

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.

About

Mint Solana token

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published