Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 909 Bytes

README.md

File metadata and controls

40 lines (29 loc) · 909 Bytes

iotex-payout

This is a tool that calculates the reward shares for voters at each epoch of IoTeX

Get started

Minimum requirement

Please refer the minimum requirement for building IoTeX. Specifically,

Components Version Description
Golang ≥ 1.11.5 Go programming language
Dep ≥ 0.5.0 Dependency management tool, required only when you update dependencies

IoTeX compatibility

Iotex-payout currently supports iotex-core v0.5.0-rc8.

Build from code

Check out code from

mkdir -p ~/go/src/github.com/
cd ~/go/src/github.com/
git clone https://github.com/Infinity-Stones/iotex_payout.git
cd iotex_payout

Build the tool by

dep ensure [--vendor-only]
go build

Run iotex payout

iotex_payout [arguments]