- 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.
- Configure your git hooks:
git config core.hooksPath .githooks
- Install all of the needed packages:
pnpm install -r
make build
make test
Setup your environment using the quickstart guide. Then you can run the examples en masse:
cd scripts && pnpm tsx solana-example/run-examples.ts
cd scripts && pnpm tsx evm-example/run-examples.ts