package
0.0.0-20240530132400-62ee57972c9a
Repository: https://github.com/hashcloak/meson.git
Documentation: pkg.go.dev
# README
katzenmint-pki
A BFT PKI for the Katzenpost Authority PKI System using Tendermint
Overview
Develop
There is setup.sh
to help you out setting the develop environment, you can run make setup
or sh setup.sh
to start.
Or you can follow these steps:
$ git clone https://github.com/tendermint/tendermint.git
$ cd tendermint
$ git checkout v0.34.6
$ make install
- Initialize the identity credential identity
TMHOME=
pwd/chain tendermint init
- Build katzenmint
make build
- Execute
./katzenmint -config ./chain/config/config.toml