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
.
-
Install dependencies:
pnpm install
-
Build the Program:
pnpm programs:build
-
Run Tests:
pnpm programs:test