Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 745 Bytes

README.md

File metadata and controls

33 lines (27 loc) · 745 Bytes

DEPRECATED ⛔️

Configure CLI

If you're on Windows, it is recommended to use WSL to run these commands

Set CLI config url to devnet cluster

solana config set --url devnet

Create CLI Keypair If this is your first time using the Solana CLI, you will need to generate a new keypair:

solana-keygen new

Start local Solana cluster This example connects to a local Solana cluster by default.

Start a local Solana cluster:

$ solana-test-validator

Note: You may need to do some system tuning (and restart your computer) to get the validator to run

Listen to transaction logs:

solana logs

Deploy the on-chain program

solana program deploy $(pwd)/target/deploy/zebec.so