cosmos-sdk/docs
Rigel d9dc061b4f
Merge pull request #1819: rational -> decimal
* changelog

* ...

* decimal func working

* decimal complete, untested

* fixing tests

* decimal compile errors resolved

* test compile errors

* precision multiplier test

* 1% laptop battery

* fixed TestNewDecFromStr

* equalities working

* fix bankers round chop

* ...

* working, some decimal issues resolved

* fix rounding error

* rounding works

* decimal works

* ...

* deleted rational

* rational conversion working

* revert changelog

* code compiles (not tests)

* went through all NewDec, made sure they were converted from NewRat properly

* test debugging

* all testing bugs besides the json marshalling fixed

* json unmarshal

* lint

* document update

* fix lcd test

* cli test fix

* mostly undo Dece -> Rate

* val comments

* Efficiency improvements

This now caches all of the precision multipliers (as they were all
used in non-mutative functions), and caches the precisionInt calculation.
(Now it just copies the already calculated value)

* Cache another precisionInt() call.

* Improve banker rounding efficiency

* remove defer, make negation in-place.

* chris val comments

* bez comments

* Aditya comments

* ...

* val comments

* rebasing start

* ...

* compiling

* tests pass

* cli fix

* anton, cwgoes, val comments

* val and jae comments

* type

* undo reuse quo
2018-08-14 20:15:02 -04:00
..
clients Merge pull request #2000: tests for staking lcd 2018-08-13 18:06:48 -04:00
getting-started Merge PR #1984: Replace _ with - in command names 2018-08-14 10:23:42 +02:00
graphics deleted attic and .rst file, moved /core into /sdk, added getting-started, introduction, lotion, validators, resources and documentation image 2018-07-12 16:58:12 -04:00
introduction Add SDK_By_Examples to doc (#1795) 2018-08-12 03:37:26 -04:00
light Merge pull request #2000: tests for staking lcd 2018-08-13 18:06:48 -04:00
lotion deleted attic and .rst file, moved /core into /sdk, added getting-started, introduction, lotion, validators, resources and documentation image 2018-07-12 16:58:12 -04:00
modules add links for modules and clients 2018-06-29 01:59:52 -04:00
resources deleted attic and .rst file, moved /core into /sdk, added getting-started, introduction, lotion, validators, resources and documentation image 2018-07-12 16:58:12 -04:00
sdk Merge PR #1984: Replace _ with - in command names 2018-08-14 10:23:42 +02:00
spec Merge pull request #1819: rational -> decimal 2018-08-14 20:15:02 -04:00
validators Merge PR #1984: Replace _ with - in command names 2018-08-14 10:23:42 +02:00
DOCS_README.md docs: how they're updated 2018-07-16 14:19:11 -04:00
PRIORITIES.md Update PRIORITIES.md 2018-08-08 13:06:01 -07:00
README.md deleted attic and .rst file, moved /core into /sdk, added getting-started, introduction, lotion, validators, resources and documentation image 2018-07-12 16:58:12 -04:00
RELEASE_PROCESS.md Add a Release Process for SDK (#1803) 2018-07-26 16:55:41 -04:00

README.md

Welcome to the Cosmos Docs!

cosmonaut reading the cosmos docs in space

Cosmos is a decentralized network of independent parallel blockchains, each powered by classical BFT consensus algorithms like Tendermint.

The first blockchain in the Cosmos Network is the Cosmos Hub, whose native token is the Atom. Cosmos is a permission-less network, meaning that anybody can build a blockchain on it.

Cosmos can interoperate with multiple other applications and cryptocurrencies. By creating a new zone, you can plug any blockchain system into the Cosmos hub and pass tokens back and forth between those zones, without the need for an intermediary.