Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 539 Bytes

File metadata and controls

24 lines (15 loc) · 539 Bytes

mitum-token

mitum-token is a mitum-based contract model and is a service that provides mint functions.

Installation

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

$ cd mitum-token

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

Run

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

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

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