Skip to content

nitro-svm/sim-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sim Template

Example code for creating high-fidelity Solana simulations to optimize protocol parameters, check pre-deploy regressions, validate oracle update etc.

Setup

  1. Install dependencies
npm install
  1. Configure environment variables in .env.local

  2. Start running

npm run build
npm start

Notes

  • 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()

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published