Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 658 Bytes

File metadata and controls

27 lines (16 loc) · 658 Bytes

mitum-storage

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

Installation

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

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

$ cd mitum-storage

$ go build -o ./mitum-storage

Run

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

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

standalong.yml is a sample of config file.

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