mirror of https://github.com/certusone/wasmd.git
Merge PR #36: Add disclaimer section to README
This commit is contained in:
parent
3e151a123b
commit
38ae8a4e8e
16
README.md
16
README.md
|
@ -14,25 +14,29 @@ This repository hosts `Gaia`, the first implementation of the Cosmos Hub.
|
||||||
|
|
||||||
**Note**: Requires [Go 1.12+](https://golang.org/dl/)
|
**Note**: Requires [Go 1.12+](https://golang.org/dl/)
|
||||||
|
|
||||||
|
**DISCLAIMER**: The current version of Gaia running the Cosmos Hub (v0.34.x) is
|
||||||
|
__NOT__ maintained in this repository. Gaia and the [Cosmos SDK](https://github.com/cosmos/cosmos-sdk/)
|
||||||
|
have been recently split. All future versions of Gaia, including the next major
|
||||||
|
upgrade, will be maintained in this repository. However, until the next major upgrade,
|
||||||
|
Gaia should be fetched and built from the latest [released](https://github.com/cosmos/cosmos-sdk/releases)
|
||||||
|
__v0.34.x__ version in the SDK repository. In addition, this repository should be
|
||||||
|
considered unstable until the next major release of Gaia. Please bear with us
|
||||||
|
while we continue the migration process and update documentation.
|
||||||
|
|
||||||
## Cosmos Hub Mainnet
|
## Cosmos Hub Mainnet
|
||||||
|
|
||||||
To run a full-node for the mainnet of the Cosmos Hub, first [install `gaia`](./docs/installation.md), then follow [the guide](./docs/join-mainnet.md).
|
To run a full-node for the mainnet of the Cosmos Hub, first [install `gaia`](./docs/installation.md), then follow [the guide](./docs/join-mainnet.md).
|
||||||
|
|
||||||
For status updates and genesis file, see the
|
For status updates and genesis file, see the [launch repo](https://github.com/cosmos/launch).
|
||||||
|
|
||||||
[launch repo](https://github.com/cosmos/launch).
|
|
||||||
|
|
||||||
|
|
||||||
## Quick Start
|
## Quick Start
|
||||||
|
|
||||||
|
|
||||||
```
|
```
|
||||||
make install
|
make install
|
||||||
```
|
```
|
||||||
|
|
||||||
## Disambiguation
|
## Disambiguation
|
||||||
|
|
||||||
|
|
||||||
This Cosmos-SDK project is not related to the [React-Cosmos](https://github.com/react-cosmos/react-cosmos) project (yet). Many thanks to Evan Coury and Ovidiu (@skidding) for this Github organization name. As per our agreement, this disambiguation notice will stay here.
|
This Cosmos-SDK project is not related to the [React-Cosmos](https://github.com/react-cosmos/react-cosmos) project (yet). Many thanks to Evan Coury and Ovidiu (@skidding) for this Github organization name. As per our agreement, this disambiguation notice will stay here.
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue