package
0.0.0-20240530132400-62ee57972c9a
Repository: https://github.com/hashcloak/meson.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

katzenmint-pki

Katzenmint

A BFT PKI for the Katzenpost Authority PKI System using Tendermint

Overview

High-level overview of the architecture

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:

  1. Install tendermint v0.34.6
$ git clone https://github.com/tendermint/tendermint.git
$ cd tendermint
$ git checkout v0.34.6
$ make install
  1. Initialize the identity credential identity TMHOME=pwd/chain tendermint init
  2. Build katzenmint make build
  3. Execute ./katzenmint -config ./chain/config/config.toml