Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 441 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 441 Bytes

Coral

Middleware used to talk between Enclave and Puffer smart contracts.

Dependencies

Building

Building Coral

Debug mode

cargo build

release mode

cargo build --release

Running

ClI interface (dev mode)

cargo run --bin coral-cli

Installing

cargo install -f --path=coral-cli