Skip to content

dperdic/s2-spl-tokens

Repository files navigation

S2 - SPL Tokens

Second assignment for the Solana Summer Fellowship 2024.

Description

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.

Running locally

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