Skip to content

RIg410/sol-mtree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sol Mtree

This repository contains the Solana programs for the solana merkle tree implementation.

Building and Testing

cargo-build-sbf
cargo test-sbf

Deploy and rub

Start the solana localnet

solana-test-validator

Airdrop some sol to your localnet

solana airdrop 100 -u localhost

Build the program

cargo build-sbf

Deploy the program and copy the program id.

solana program deploy ./target/sbf-solana-solana/release/solana_program_mtree.so

Replace the program id with the program id you copied and run program.

cargo run --bin client -- insert-leaf  -p ApB1EumsEaq7GsAFXuZKxUhyDwSzT9NfYqwpSfDg8zUc "hello world"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages