Categorygithub.com/ProtoconNet/mitum-did-registry
repositorypackage
0.0.0-20241209092044-7e510f90ed41
Repository: https://github.com/protoconnet/mitum-did-registry.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

mitum-did-registry

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

Installation

Before you build mitum-did-registry, make sure to run docker run for digest api.

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

$ cd mitum-did-registry

$ go build -o ./mitum-did-registry

Run

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

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

standalong.yml is a sample of config file.

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