Categorygithub.com/artossystems/tendermint-exp
repositorypackage
0.0.0-20210713115641-8f7fe5fc4289
Repository: https://github.com/artossystems/tendermint-exp.git
Documentation: pkg.go.dev

# README

Artos Tendermint Ticketing Experiment

Installation

got get -u github.com/ArtosSystems/tendermint-exp
cd $GOPATH/src/github.com/ArtosSystems/tendermint-exp
go install

Usage

You must have tendermint installed. Run tendermint-exp and in a seperate window run tendermint node. You can then make the usual RPC calls to the node as defined at https://tendermint.com/rpc/

See https://blog.aventus.io/tendermint-building-a-blockchain-app-from-scratch-78e3250abd0a for more info