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