Ephemeral rollup delegation example for Turbin3 Accelerated Builders Cohort.
- Update your Solana CLI, avm and Bun toolkit to the latest version
agave-install init 2.1.0
avm use 0.31.1
bun upgrade- Clone the repository
git clone https://github.com/ChiefWoods/magic-user.git- Install all dependencies
bun i- Resync your program id
anchor keys sync- Build the program
anchor buildRun all .test.ts files under /tests.
bun run test- Configure to use devnet
solana config set -ud- Deploy the program
anchor deploy- Optionally initialize IDL
anchor idl init -f target/idl/magic-user.json <PROGRAM_ID>View the open issues for a full list of proposed features and known bugs.