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
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