A simple program showing how to use pinocchio
to create a Solana program.
The first thing you'll want to do is install NPM dependencies which will allow you to access all the scripts and tools provided by this template.
pnpm install
To build the program, run:
pnpm programs:build
Then you can run the Rust client tests:
pnpm clients:rust:test
And the JavaScript tests:
pnpm clients:js:test
The code is licensed under the Apache License Version 2.0