record
The SPL Record program and its clients. The record program provides a simple instruction for writing immutable data on-chain.
Deployment
The record program v0.3.0 is deployed on all the Solana clusters including
Mainnet Beta with the program ID recr1L3PCGKLbckBqMNcJhuuyU1zgo8nBhfLVsJNwr5.
Building and Testing
Program
- Build the Program:
make build-sbf-program
- Run Tests:
make test-program
JS Client
- Build Package:
make build-js-clients-js-legacy
- Run Tests:
make test-js-clients-js-legacy