Context
Today we’re building a token launchpad.
Very similar to - https://www.youtube.com/watch?v=FhLjHSz0ZPw
Our version
References
@solana/spl-token-metadata
- https://github.com/solana-labs/solana-program-library/blob/master/token-metadata/js/package.json@solana/spl-token
- https://github.com/solana-labs/solana-program-library/tree/master/token/js@solana/web3.js
- https://github.com/solana-labs/solana-web3.js
Things to learn -
Reading through solana functions, creating transaction instructions and attaching them to the wallet adapter.
Transactions vs Instructions