Example code for creating high-fidelity Solana simulations to optimize protocol parameters, check pre-deploy regressions, validate oracle update etc.
- Install dependencies
npm install-
Configure environment variables in
.env.local -
Start running
npm run buildnpm start- This framework is intentionally minimal, so add additional logic as needed
- Account notifications are automatically cached for efficient access
- Transactions can be submitted during slot progression via
sendUpdates()