- Javascript (Unit testing)
- NPM (Package manager)
- Next.js (Frontend framework)
- Anchor (v0.30.1) (Solana development framework)
- Solana Web3.js (v1.95.3) (Solana connection)
- Solana Program Library (SPL v0.4.9) (Solana token interaction)
-
Clone and enter the repository
-
Install dependencies
npm install
-
Setup config You'll want to fill the associated fields with the addresses generated from the Solana Crowdsale project.
- CROWDSALE_PROGRAM_ID
- CROWDSALE_PDA
- CROWDSALE_AUTHORITY_PDA
- CROWDSALE_PDA_TOKEN_ACCOUNT
- TOKEN_MINT_ACCOUNT
- Launch frontend
npm run dev