Categorygithub.com/ProtoconNet/mitum-storage
repositorypackage
0.0.0-20241118055150-9bc5e2b85d55
Repository: https://github.com/protoconnet/mitum-storage.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-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.