Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 529 Bytes

File metadata and controls

24 lines (15 loc) · 529 Bytes

mitum-dao

mitum-dao is a mitum-based contract model and is a service that provides dao function.

Installation

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

$ cd mitum-dao

$ go build -o ./md ./main.go

Run

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

$ ./md run --design=<config file>

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