Dev Ojha 1fbca09e3c [ADR] Proposal for multisignature encoding (#1960)
* ADR: Proposal for multisignature encoding

This proposal is partially tied to the resolution of #1957.

* Change title to Encoding standard for multisignatures

* ADR: Change multisigs ADR now that amino must be used for pubkeys

* Address PR comments
2018-08-08 23:10:33 +04:00
..
2018-08-07 19:47:51 -04:00
2018-07-05 16:08:42 -04:00
2018-08-07 19:47:51 -04:00
2018-06-23 00:16:51 +02:00
2018-07-18 13:32:17 +04:00
2018-06-29 09:56:15 -04:00
2018-07-04 12:01:19 -04:00
2018-08-07 19:47:51 -04:00

Tendermint

Welcome to the Tendermint Core documentation! The introduction below provides an overview to help you navigate to your area of interest.

Introduction

Tendermint Core is Byzantine Fault Tolerant (BFT) middleware that takes a state transition machine - written in any programming language - and securely replicates it on many machines. In other words, a blockchain.

Tendermint requires an application running over the Application Blockchain Interface (ABCI) - and comes packaged with an example application to do so. Follow the installation instructions to get up and running quickly. For more details on using tendermint see that and the following sections.

Networks

Testnets can be setup manually on one or more machines, or automatically on one or more machine, using a variety of methods described in the deploy testnets section.

Application Development

The first step to building application on Tendermint is to install ABCI-CLI and play with the example applications.