GitHub - solana-program/record: The SPL Record program and its clients

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Repository files navigation

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