- This is the final project for Bridge course to Turbin3 Solana Bootcamp from Rise in school 😎.
Exercice Tx Link
- This project contains 4 relevant files:
- keygen.ts - used to generate a new keypair for the program.
yarn keygen
- airdrop.ts - used to airdrop tokens to a specified address.
yarn airdrop
- transfer.ts - used to transfer tokens from one address to another.
yarn transfer
- enroll.ts - used to enroll a new user in the program.
yarn enroll
- keygen.ts - used to generate a new keypair for the program.