Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 609 Bytes

File metadata and controls

27 lines (16 loc) · 609 Bytes

payment-model

payment-model is a payment contract model based on mitum).

Installation

Before you build payment-model, make sure to run mongodb for digest api.

$ git clone https://github.com/imfact-labs/payment-model

$ cd payment-model

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

Run

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

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

standalong.yml is a sample of config file.

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