Courtesy of Distributed Atomic State Machine Algorithms Corporation (DASMAC)
The Solana Opcode Guide is built with VitePress and can be viewed at opcodes.dasmac.com.
-
Navigate to the docs directory:
cd docs -
Ensure you have
npm. -
Install dependencies and run dev server:
npm install npm run dev
-
Open localhost:5173.
-
Ensure you have
pre-commit. -
Run
quick-lint:pre-commit run --config cfg/pre-commit/quick-lint.yml --all-files