- node 16+
- pnpm, preferably from node corepack
- run
pnpm install
- generate keypair JSON array u8 into
.internal/program-keypair.json
, recommended way is to usesolana-keygen new
command - to run/test locally run
solana-test-validator
in a separate terminal
.internal
contains:
- keypair JSON of the program
$ pnpm deploy
$ pnpm test