Skip to content

Context

Today we’re building a token launchpad.

Very similar to - https://www.youtube.com/watch?v=FhLjHSz0ZPw

Screenshot 2024-09-06 at 7.46.03 PM.png

Our version

Screenshot 2024-09-06 at 3.33.49 PM.png

References

  1. @solana/spl-token-metadata - https://github.com/solana-labs/solana-program-library/blob/master/token-metadata/js/package.json
  2. @solana/spl-token - https://github.com/solana-labs/solana-program-library/tree/master/token/js
  3. @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