birchwork / ore-ace

ore cli

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ORE CLI

A command line interface for the Ore program.

priority-fee is jito fee.

✒️ 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

Docker deploy

docker volume create portainer_data
docker run -d -p 8000:8000 -p 9000:9000 --name portainer --restart=always -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data portainer/portainer-ce:latest

Enter the examples folder and use nodejs to generate your yml file.

  • create stack
  • import yml
  • deploy container

Reference repo: ore-cli

thanks for the support by sdevkc

About

ore cli


Languages

Language:Rust 93.4%Language:JavaScript 5.3%Language:Nix 1.1%Language:Shell 0.1%Language:Dockerfile 0.0%