Skip to content

Latest commit

 

History

History
 
 

setup1-contributor

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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