Skip to content

JohnVersus/solana-contracts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solana Smart Contracts

cd to the rust project which you want to use.

cd folder_name

Build the Solana Rust Program using

cargo build-bpf

Once built successfully without any error .so of the program will be added to the /target/deploy folder. You can deploy this to solana cluster using.

solana program deploy ./target/deploy/file_name.so

Once successfully deployed it will return the programId of the Solana Program.

About

Solana rust contracts example code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages