mitum-dao is a mitum-based contract model and is a service that provides dao function.
$ git clone https://github.com/ProtoconNet/mitum-dao
$ cd mitum-dao
$ go build -o ./md ./main.go$ ./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.