Skip to content

Commit 388884e

Browse files
fadeevsoniasingla
authored andcommitted
docs: update readme for v0.17 (ignite#1381)
1 parent de006ad commit 388884e

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

readme.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,18 @@
33
Starport is the easiest way to build a blockchain. It is a developer-friendly interface to the [Cosmos SDK](https://github.com/cosmos/cosmos-sdk), the world's most widely-used blockchain application framework. Starport generates boilerplate code for you, so you can focus on writing business logic.
44

55
* [**Build a blockchain with Starport in a web-based IDE** (stable)](https://gitpod.io/#https://github.com/tendermint/starport/tree/master) or use [nightly version](https://gitpod.io/#https://github.com/tendermint/starport/)
6-
* [Watch the introduction to Starport](https://www.youtube.com/watch?v=5RqAIE0b8Kw)
7-
* [Check out the latest features in v0.16](https://www.youtube.com/watch?v=-AuExRijtrA)
6+
* [Check out the latest features in v0.17](https://medium.com/tendermint/starport-v0-17-streamlined-cli-improvements-to-scaffolding-a5332e5fb4ed)
87

98
## Quick start
109

1110
Open Starport [in your browser](https://gitpod.io/#https://github.com/tendermint/starport/tree/master), or [install it](https://docs.starport.network/intro/install). Create and start a blockchain:
1211

1312
```
14-
starport app github.com/alice/chain
13+
starport scaffold chain github.com/cosmonaut/mars
1514
16-
cd chain
15+
cd mars
1716
18-
starport serve
17+
starport chain serve
1918
```
2019

2120
## Documentation

0 commit comments

Comments
 (0)