Skip to content

takutoez/solana-rust-hello-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

solana-rust-hello-world

元記事: https://note.com/cml_2010/n/n3b0895215b64

Solana セットアップ

solana config set --url https://api.devnet.solana.com
solana-keygen new
solana-keygen pubkey #確認
solana airdrop 1
solana balance #確認

ビルド

cargo build-bpf

To deploy this program: 以下のコマンドを実行

Explorer

ここにProgram IDを入力するとデプロイを確認できる: https://explorer.solana.com/?cluster=devnet

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages