teetub2 / coral

CLI tool for interacting with the Puffer Protocol

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Coral

Middleware used to talk between Enclave and Puffer smart contracts.

Dependencies

Building

Building Coral from source

Debug mode

cargo build

release mode

cargo build --release

Running

ClI interface (dev mode)

cargo run --bin coral-cli

Installing coral-cli

Inside this repository

cargo install -f --path=coral-cli

Remote installation without local repository cloning

cargo install -f --git https://github.com/PufferFinance/coral.git

About

CLI tool for interacting with the Puffer Protocol

License:Apache License 2.0


Languages

Language:Rust 84.5%Language:Shell 15.1%Language:Dockerfile 0.4%