# MagicBlock Engine Examples ## Docs - [Introduction](https://mintlify.wiki/magicblock-labs/magicblock-engine-examples/introduction.md): Build high-performance games and applications on Solana with MagicBlock Engine and Ephemeral Rollups - [Quickstart](https://mintlify.wiki/magicblock-labs/magicblock-engine-examples/quickstart.md): Run your first Ephemeral Rollup example in minutes with the Anchor Counter program - [Ephemeral Rollups](https://mintlify.wiki/magicblock-labs/magicblock-engine-examples/concepts/ephemeral-rollups.md): Learn about Ephemeral Rollups and how they enable low-latency, composable applications on Solana - [Account delegation](https://mintlify.wiki/magicblock-labs/magicblock-engine-examples/concepts/delegation.md): Learn how to delegate Solana accounts to Ephemeral Rollups for low-latency execution - [Transaction execution](https://mintlify.wiki/magicblock-labs/magicblock-engine-examples/concepts/transactions.md): Learn how to execute transactions in Ephemeral Rollups for low-latency operations - [Anchor Counter](https://mintlify.wiki/magicblock-labs/magicblock-engine-examples/examples/anchor-counter.md): Simple counter program using Anchor framework and Ephemeral Rollups with delegation macros - [Rust Counter](https://mintlify.wiki/magicblock-labs/magicblock-engine-examples/examples/rust-counter.md): Simple counter program using native Rust without Anchor framework and Ephemeral Rollups - [Bolt Counter](https://mintlify.wiki/magicblock-labs/magicblock-engine-examples/examples/bolt-counter.md): Simple counter using Bolt ECS framework with components and systems for Ephemeral Rollups - [Pinocchio Counter](https://mintlify.wiki/magicblock-labs/magicblock-engine-examples/examples/pinocchio-counter.md): Lightweight counter program using Pinocchio framework without Borsh serialization - [Crank Counter](https://mintlify.wiki/magicblock-labs/magicblock-engine-examples/examples/crank-counter.md): Automated execution with scheduled cranks in Ephemeral Rollups - [Magic Actions](https://mintlify.wiki/magicblock-labs/magicblock-engine-examples/examples/magic-actions.md): Automatic on-chain handlers triggered when committing from Ephemeral Rollups - [Session Keys](https://mintlify.wiki/magicblock-labs/magicblock-engine-examples/examples/session-keys.md): Enable gasless transactions with temporary session keys in Ephemeral Rollups - [Roll Dice](https://mintlify.wiki/magicblock-labs/magicblock-engine-examples/examples/roll-dice.md): Verifiable randomness with VRF integration in Ephemeral Rollups - [Token Transfer](https://mintlify.wiki/magicblock-labs/magicblock-engine-examples/examples/token-transfer.md): SPL token operations and delegation in Ephemeral Rollups - [Local Development Setup](https://mintlify.wiki/magicblock-labs/magicblock-engine-examples/development/local-setup.md): Set up a local Ephemeral Rollup validator for development and testing - [Testing Guide](https://mintlify.wiki/magicblock-labs/magicblock-engine-examples/development/testing.md): Testing patterns and best practices for MagicBlock Ephemeral Rollups - [Troubleshooting](https://mintlify.wiki/magicblock-labs/magicblock-engine-examples/development/troubleshooting.md): Common issues and solutions when developing with Ephemeral Rollups - [TypeScript SDK](https://mintlify.wiki/magicblock-labs/magicblock-engine-examples/api/typescript-sdk.md): Complete reference for @magicblock-labs/ephemeral-rollups-sdk and @magicblock-labs/bolt-sdk packages - [Rust SDK](https://mintlify.wiki/magicblock-labs/magicblock-engine-examples/api/rust-sdk.md): Complete reference for ephemeral-rollups-sdk Rust crate - [Delegation Instructions](https://mintlify.wiki/magicblock-labs/magicblock-engine-examples/api/delegation-instructions.md): Learn how to delegate accounts to Ephemeral Rollups using the #[delegate] macro and native Rust instructions - [Commit Instructions](https://mintlify.wiki/magicblock-labs/magicblock-engine-examples/api/commit-instructions.md): Learn how to manually commit account state from Ephemeral Rollups using commit functions and the #[commit] macro