Skip to content

DASMAC-com/solana-opcode-guide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solana Opcode Guide

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.

Local Deployment

  1. Navigate to the docs directory:

    cd docs
  2. Ensure you have npm.

  3. Install dependencies and run dev server:

    npm install
    npm run dev
  4. Open localhost:5173.

Linting

  1. Ensure you have pre-commit.

  2. Run quick-lint:

    pre-commit run --config cfg/pre-commit/quick-lint.yml --all-files