Skip to content

joncinque/record

 
 

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

About

The SPL Record program and its clients

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 60.4%
  • Rust 34.7%
  • Makefile 3.1%
  • Other 1.8%