Skip to content

Latest commit

 

History

History
55 lines (36 loc) · 822 Bytes

File metadata and controls

55 lines (36 loc) · 822 Bytes

Developer Notes

Tools Required

  • node (v22 or newer)
  • pnpm
  • bash (v4 or newer)
  • GNU make
  • opsh

Note: A recent version of opsh is included in the repository. You can set your PATH to include bin to use that version, rather than install it directly.

Setting Up Your Environment

  1. Configure your git hooks:
git config core.hooksPath .githooks
  1. Install all of the needed packages:
pnpm install -r

Building

make build

Testing

Running Unit Tests

make test

Bulk Running Examples For Testing

Setup your environment using the quickstart guide. Then you can run the examples en masse:

Solana

cd scripts && pnpm tsx solana-example/run-examples.ts

EVM

cd scripts && pnpm tsx evm-example/run-examples.ts