mitum-credential is a mitum-based contract model and is a service that provides credentials to be issued and updated using DID.
$ git clone https://github.com/ProtoconNet/mitum-credential
$ cd mitum-credential
$ go build -o ./mc ./main.go
$ ./mc init --design=<config file> <genesis config file>
$ ./mc run --design=<config file>
standalong.yml is a sample of config file
.
genesis-design.yml is a sample of genesis config file
.