To build the contributor run:
# Requires specific rustc version
rustup default 1.48
# Build the binary
cargo build --releaseTo add the binary to the PATH run: T
cargo install --path .This will add the setup1-contributor binary to .cargo/bin folder
Generate a seed and a private key:
setup1-contributor generate --keys-path keys.jsonRun the contributor:
setup1-contributor contribute --api-url https://... --keys-path keys.jsonwhere --api-url is a coordinator api address