Skip to content

beeman/solana-attestation-service

 
 

Repository files navigation

Solana Attestation Service

Built by Exo Technologies with support from Solana Foundation

Running Tests

Run integration tests with the following script

cargo-build-sbf && SBF_OUT_DIR=$(pwd)/target/sbf-solana-solana/release cargo test

Generating IDL

This repository uses Shank for IDL generation.

Install the Shank CLI

cargo install shank-cli

Generate IDL

shank idl -r program -o idl
// OR
yarn generate-idl

Generating Clients

Ensure the IDL has been created or updated using the above IDL generation steps.

Install dependencies

yarn install

Run client generation script

yarn generate-clients

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 99.6%
  • JavaScript 0.4%