Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 585 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 585 Bytes

setup1-contributor

Build Guide

To build the contributor run:

# Requires specific rustc version
rustup default 1.48

# Build the binary
cargo build --release

To add the binary to the PATH run: T

cargo install --path .

This will add the setup1-contributor binary to .cargo/bin folder

Usage

Generate a seed and a private key:

setup1-contributor generate --keys-path keys.json

Run the contributor:

setup1-contributor contribute --api-url https://... --keys-path keys.json

where --api-url is a coordinator api address