For more details on the ``broadcast_tx`` API, see `the guide on using
For more details on the ``broadcast_tx`` API, see `the guide on using
Tendermint <using-tendermint.rst>`__.
Tendermint <./using-tendermint.html>`__.
Example in Another Language - CounterJS
CounterJS - Example in Another Language
---------------------------------------
---------------------------------------
We also want to run applications in another language - in this case,
We also want to run applications in another language - in this case,
@ -258,7 +258,7 @@ like before - the results should be the same:
Neat, eh?
Neat, eh?
A More Interesting Example - Basecoin
Basecoin - A More Interesting Example
-------------------------------------
-------------------------------------
We saved the best for last; the `Cosmos SDK <https://github.com/cosmos/cosmos-sdk>`__ is a general purpose framework for building cryptocurrencies. Unlike the``dummy`` and ``counter``, which are strictly for example purposes. The reference implementation of Cosmos SDK is ``basecoin``, which demonstrates how to use the building blocks of the Cosmos SDK.
We saved the best for last; the `Cosmos SDK <https://github.com/cosmos/cosmos-sdk>`__ is a general purpose framework for building cryptocurrencies. Unlike the``dummy`` and ``counter``, which are strictly for example purposes. The reference implementation of Cosmos SDK is ``basecoin``, which demonstrates how to use the building blocks of the Cosmos SDK.
@ -268,7 +268,8 @@ that supports inter-blockchain communication. For more details on how
basecoin works and how to use it, see our `basecoin
basecoin works and how to use it, see our `basecoin
Here you'll details of the Tendermint specification. See `the spec repo <https://github.com/tendermint/spec>`__ for upcoming material. Tendermint's types are produced by `godoc <https://godoc.org/github.com/tendermint/tendermint/types>`__
Here you'll find details of the Tendermint specification. See `the spec repo <https://github.com/tendermint/spec>`__ for upcoming material. Tendermint's types are produced by `godoc <https://godoc.org/github.com/tendermint/tendermint/types>`__