Skip to content

Commit 69366fc

Browse files
nooomskimergify-bot
authored andcommitted
docs: update mentions of starport to ignite cli (#11612)
(cherry picked from commit 06c5d2b) # Conflicts: # README.md # docs/README.md
1 parent d004391 commit 69366fc

File tree

2 files changed

+93
-0
lines changed

2 files changed

+93
-0
lines changed

README.md

Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<<<<<<< HEAD
12
<!--
23
parent:
34
order: false
@@ -71,3 +72,89 @@ If you are starting a new app or a new module you can use [Starport](https://git
7172
## Disambiguation
7273

7374
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.
75+
=======
76+
<!--
77+
parent:
78+
order: false
79+
-->
80+
81+
<div align="center">
82+
<h1> Cosmos SDK </h1>
83+
</div>
84+
85+
![banner](docs/cosmos-sdk-image.jpg)
86+
87+
<div align="center">
88+
<a href="https://github.com/cosmos/cosmos-sdk/releases/latest">
89+
<img alt="Version" src="https://img.shields.io/github/tag/cosmos/cosmos-sdk.svg" />
90+
</a>
91+
<a href="https://github.com/cosmos/cosmos-sdk/blob/master/LICENSE">
92+
<img alt="License: Apache-2.0" src="https://img.shields.io/github/license/cosmos/cosmos-sdk.svg" />
93+
</a>
94+
<a href="https://pkg.go.dev/github.com/cosmos/cosmos-sdk?tab=doc">
95+
<img alt="GoDoc" src="https://godoc.org/github.com/cosmos/cosmos-sdk?status.svg" />
96+
</a>
97+
<a href="https://goreportcard.com/report/github.com/cosmos/cosmos-sdk">
98+
<img alt="Go report card" src="https://goreportcard.com/badge/github.com/cosmos/cosmos-sdk" />
99+
</a>
100+
<a href="https://codecov.io/gh/cosmos/cosmos-sdk">
101+
<img alt="Code Coverage" src="https://codecov.io/gh/cosmos/cosmos-sdk/branch/master/graph/badge.svg" />
102+
</a>
103+
</div>
104+
<div align="center">
105+
<a href="https://github.com/cosmos/cosmos-sdk">
106+
<img alt="Lines Of Code" src="https://tokei.rs/b1/github/cosmos/cosmos-sdk" />
107+
</a>
108+
<a href="https://discord.gg/AzefAFd">
109+
<img alt="Discord" src="https://img.shields.io/discord/669268347736686612.svg" />
110+
</a>
111+
<a href="https://sourcegraph.com/github.com/cosmos/cosmos-sdk?badge">
112+
<img alt="Imported by" src="https://sourcegraph.com/github.com/cosmos/cosmos-sdk/-/badge.svg" />
113+
</a>
114+
<img alt="Sims" src="https://github.com/cosmos/cosmos-sdk/workflows/Sims/badge.svg" />
115+
<img alt="Lint Satus" src="https://github.com/cosmos/cosmos-sdk/workflows/Lint/badge.svg" />
116+
</div>
117+
118+
The Cosmos SDK is a framework for building blockchain applications. [Tendermint Core (BFT Consensus)](https://github.com/tendermint/tendermint) and the Cosmos SDK are written in the Golang programming language. Cosmos SDK is used to build [Gaia](https://github.com/cosmos/gaia), the first implementation of the Cosmos Hub.
119+
120+
**WARNING**: The Cosmos SDK has mostly stabilized, but we are still making some
121+
breaking changes.
122+
123+
**Note**: Requires [Go 1.17+](https://golang.org/dl/)
124+
125+
## Quick Start
126+
127+
To learn how the Cosmos SDK works from a high-level perspective, see the Cosmos SDK [High-Level Intro](./docs/intro/overview.md).
128+
129+
If you want to get started quickly and learn how to build on top of Cosmos SDK, visit [Cosmos SDK Tutorials](https://tutorials.cosmos.network). You can also fork the tutorial's repository to get started building your own Cosmos SDK application.
130+
131+
For more information, see the [Cosmos SDK Documentation](./docs/).
132+
133+
## Contributing
134+
135+
See [CONTRIBUTING.md](./CONTRIBUTING.md) for details how to contribute and participate in our [dev calls](./CONTRIBUTING.md#teams-dev-calls).
136+
If you want to follow the updates or learn more about the latest design then join our [Discord](https://discord.com/invite/cosmosnetwork).
137+
138+
## Tools and Frameworks
139+
140+
The Cosmos ecosystem is vast. We will only make a few notable mentions here.
141+
142+
+ [Tools](https://v1.cosmos.network/tools): notable frameworks and modules.
143+
+ [CosmJS](https://github.com/cosmos/cosmjs): the Swiss Army knife to power JavaScript based client solutions.
144+
145+
### Cosmos Hub Mainnet
146+
147+
The Cosmos Hub application, `gaia`, has moved to its own [cosmos/gaia repository](https://github.com/cosmos/gaia). Go there to join the Cosmos Hub mainnet and more.
148+
149+
### Inter-Blockchain Communication (IBC)
150+
151+
The IBC module for the Cosmos SDK has moved to its own [cosmos/ibc-go repository](https://github.com/cosmos/ibc-go). Go there to build and integrate with the IBC module.
152+
153+
### Ignite CLI
154+
155+
Ignite CLI is the all-in-one platform to build, launch, and maintain any crypto application on a sovereign and secured blockchain. If you are building a new app or a new module, use [Ignite CLI](https://github.com/ignite-hq/cli) to get started and speed up development.
156+
157+
## Disambiguation
158+
159+
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.
160+
>>>>>>> 06c5d2beb (docs: update mentions of starport to ignite cli (#11612))

docs/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,15 @@ aside: false
4747

4848
## Get Started
4949

50+
<<<<<<< HEAD
5051
- **[SDK Intro](./intro/overview.md)**: High-level overview of the Cosmos SDK.
5152
- **[Starport](https://github.com/tendermint/starport/blob/develop/docs/README.md)**: A developer-friendly interface to the Cosmos SDK to scaffold a standard Cosmos SDK blockchain app.
5253
- **[SDK Application Tutorial](https://github.com/cosmos/sdk-application-tutorial)**: A tutorial that showcases how to build a Cosmos SDK-based blockchain from scratch and explains the basic principles of the SDK in the process.
54+
=======
55+
* **[Cosmos SDK Intro](./intro/overview.md)**: High-level overview of the Cosmos SDK.
56+
* **[Ignite CLI](https://docs.ignite.com)**: A developer-friendly interface to the Cosmos SDK to scaffold, launch, and maintain any crypto application on a sovereign and secured blockchain.
57+
* **[SDK Tutorials](https://tutorials.cosmos.network/)**: Tutorials that showcase how to build Cosmos SDK-based blockchains from scratch and explain the basic Cosmos SDK principles in the process.
58+
>>>>>>> 06c5d2beb (docs: update mentions of starport to ignite cli (#11612))
5359
5460
## Reference
5561

0 commit comments

Comments
 (0)