https://github.com/pufferfinance/coral
CLI tool for interacting with the Puffer Protocol
https://github.com/pufferfinance/coral
ethereum puffer pufferfi sgx
Last synced: 24 days ago
JSON representation
CLI tool for interacting with the Puffer Protocol
- Host: GitHub
- URL: https://github.com/pufferfinance/coral
- Owner: PufferFinance
- License: apache-2.0
- Created: 2024-02-05T22:52:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-07T16:03:24.000Z (8 months ago)
- Last Synced: 2025-04-09T12:21:52.766Z (about 2 months ago)
- Topics: ethereum, puffer, pufferfi, sgx
- Language: Rust
- Homepage:
- Size: 825 KB
- Stars: 13
- Watchers: 4
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Coral
Middleware used to talk between Enclave and Puffer smart contracts.
## Dependencies
- [Rust](https://www.rust-lang.org/)
- [Secure Signer](https://github.com/PufferFinance/secure-signer)## Building
- Build with docker: [docker/README.md](docker/README.md)
### 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
```