Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 407 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 407 Bytes

Solana-Client

To write Client-Side application we'll use solana-sdk crate & for communication with a solana node over RPC we'll use solana-client crate

Checkout blog

solana: airdrop & transaction

cargo commands

# build everything
cargo build

# run the code
cargo run