Skip to content

SheepText/ore-cli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ore CLI

A command line interface for the Ore program.

fork from HardhatChad/ore-cli

Building

To build the Ore CLI, you will need to have the Rust programming language installed. You can install Rust by following the instructions on the Rust website.

Once you have Rust installed, you can build the Ore CLI by running the following command:

cargo build --release

Windows

.\target\release\ore.exe ^
    --send-rpc <Send RPC URL> ^
	--rpc <Query RPC URL> ^
    --keypair <Private Key.json> ^
    --priority-fee 1 ^
    mine ^
    --threads 16

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%