Second assignment for the Solana Summer Fellowship 2024.
This is a simple web app that allows the user to connect a wallet, create a token mint and mint, burn, transfer and delegate tokens to another account.
Live demo running on devnet available here.
This project requires bun to work.
- create a
.env
file based on the template provided - run
bun i
to install dependencies - run
bun dev
to start the project