Build with the Anchor framework.
Includes a CLI for development purposes.
To run tests:
npm run test
Make sure to have correct keypairs set.
To build the rust program:
npm run build
To run the CLI:
ts-node cli/index.ts
Make sure to have node-ts
installed..
Example of deployed contract on devnet.
Note: This is not a final working product and was meant as a prototype to familiarize myself with smart contracts on Solana and the Anchor framework.