A CLI tool to scaffold Solana applications powered by MagicBlock Ephemeral Rollups. Quickly bootstrap high-performance, gasless, and seamless on-chain games and dApps.
To create a new project, simply run:
npm create magicblock@latest
# or
bun create magicblock@latestRegular Counter- Simple anchor program + frontendER Counter- ER supported anchor program + frontend + session keys forER Phaser Grid- 2D grid multiplayer movement (coming soon)MB VRF- Verifiable Randomness (coming soon)MB PER- Private Ephemeral Rollups (coming soon)
Ensure you have the following installed to run the generated projects:
- Bun (frontend)
- Rust + Cargo
- Solana CLI
- Anchor CLI