Skip to content

cryptordx/zebec-program-v2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • Rust 98.7%
  • TypeScript 1.3%