Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 653 Bytes

File metadata and controls

27 lines (16 loc) · 653 Bytes

mitum-deposit

mitum-deposit is a payment contract model based on the second version of mitum(aka mitum2).

Installation

Before you build mitum-deposit, make sure to run mongodb for digest api.

$ git clone https://github.com/ProtoconNet/mitum-deposit

$ cd mitum-deposit

$ go build -o ./mitum-deposit

Run

$ ./mitum-deposit init --design=<config file> <genesis file>

$ ./mitum-deposit run <config file> --dev.allow-consensus

standalong.yml is a sample of config file.

genesis-design.yml is a sample of genesis design file.