payment-model is a payment contract model based on mitum).
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$ ./imfact init --design=<config file> <genesis file>
$ ./imfact run <config file> --dev.allow-consensusstandalong.yml is a sample of config file.
genesis-design.yml is a sample of genesis design file.