Skip to content

b02505048/solana_program

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tesolana - A Solana Program for Encryption(Testing)

Once you're ready to deploy your Solana program to the Solana cluster, you may execute the following commands under the root of the project.

// Build the Solana program .so
cargo build-bpf

// Check the current Solana cluster
solana config get

// Deploy the Solana program to Solana cluster
solana program deploy ./target/deploy/tesolana.so

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages