…
|
||
---|---|---|
.. | ||
src | ||
tests | ||
Cargo.toml | ||
README.md | ||
build.rs |
README.md
FROST Server
This is a JSON-HTTPS server that allow FROST clients (Coordinator and Participants) to run FROST without needing to directly connect to one another.
Status ⚠
This project has not being audited.
Usage
NOTE: This is for demo purposes only and should not be used in production.
You will need to have Rust and Cargo installed.
To compile and run:
- Clone the repo. Run
git clone https://github.com/ZcashFoundation/frost-zcash-demo.git
- Run
cargo build --release --bin frostd
- Run
./target/release/frostd -h
to learn about the command line arguments.
You will need to specify a TLS certificate and key with the --tls-cert
and --tls-key
arguments.
For more details on using and deploying, refer to the ZF FROST Book.