A launchpad off-chain whitelist that can sell token on Solana Blockchain powered by Anchor Framework. This program is inspired by ido-pool example by anchor framework and merkle whitelist by @sayantank.
- build and deploy to localnet
anchor build
anchor deploy
- test the program
anchor test
# for apple silicon user
solana-test-validator --no-bpf-jit
anchor test --skip-local-validator