Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 604 Bytes

File metadata and controls

39 lines (25 loc) · 604 Bytes

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

  1. Build the Program:
make build-sbf-program
  1. Run Tests:
make test-program

JS Client

  1. Build Package:
make build-js-clients-js-legacy
  1. Run Tests:
make test-js-clients-js-legacy