Skip to content

Commit

Permalink
docs: new header image, minor edits to use docs.starport.com (#1705)
Browse files Browse the repository at this point in the history
  • Loading branch information
Barrie Byron committed Oct 19, 2021
1 parent b9c7e0a commit af162c8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
Binary file removed assets/starport.jpg
Binary file not shown.
Binary file added assets/starport.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 12 additions & 10 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ![Starport](./assets/starport.jpg)
# ![Starport](./assets/starport.png)

Starport is the all-in-one platform to build, launch and maintain any crypto application on a sovereign and secured 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.
Starport is the all-in-one platform to build, launch, and maintain any crypto application on a sovereign and secured 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.

* [**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/)
* [Check out the latest features in v0.18](https://medium.com/tendermint/starport-v0-18-cosmos-sdk-updates-and-scaffolding-enhancements-5ea5654bcd0c)
Expand All @@ -19,33 +19,35 @@ starport chain serve

## Documentation

To learn how to use Starport, check out the [Starport Documentation](https://docs.starport.network). To learn more about how to build blockchain apps with Starport, see the [developer guide](https://docs.starport.network/guide/). To install Starport locally on GNU/Linux or macOS, follow [these steps](https://docs.starport.network/guide/install.html).
To learn how to use Starport, check out the [Starport Documentation](https://docs.starport.com). To learn more about how to build blockchain apps with Starport, see the [Starport Developer Guide](https://docs.starport.com/guide/).

To learn more about building a JavaScript frontend for your Cosmos SDK blockchain, see [`tendermint/vue`](https://github.com/tendermint/vue).
To install Starport locally on GNU, Linux, or macOS, see [Install Starport](https://docs.starport.com/guide/install.html).

To learn more about building a JavaScript frontend for your Cosmos SDK blockchain, see [tendermint/vue](https://github.com/tendermint/vue).

## Questions

For questions and support, join the official [Starport Discord server](https://discord.gg/7fwqwc3afK). The issue list in this repo is exclusively for bug reports and feature requests.

## Cosmos SDK Compatibility

Blockchains created with Starport use the [Cosmos SDK](https://github.com/cosmos/cosmos-sdk/) framework. To ensure the best possible experience, use the version of Starport that corresponds to the version of Cosmos SDK that you blockchain is built with. Unless noted otherwise, a row refers to a minor version and all associated patch versions.
Blockchains created with Starport use the [Cosmos SDK](https://github.com/cosmos/cosmos-sdk/) framework. To ensure the best possible experience, use the version of Starport that corresponds to the version of Cosmos SDK that your blockchain is built with. Unless noted otherwise, a row refers to a minor version and all associated patch versions.

| Starport | Cosmos SDK | Notes |
| -------- | ---------- | ------------------------------------------------ |
| v0.18 | v0.44 | |
| v0.17 | v0.42 | `starport chain serve` works with v0.44.x chains |
| v0.18 | v0.44 | `starport chain serve` works with v0.44.x chains | | |
| v0.17 | v0.42 | |

To upgrade your blockchain to the newer version of Cosmos SDK refer to the [migration guide](https://docs.starport.network/migration/).
To upgrade your blockchain to the newer version of Cosmos SDK, see the [Migration guide](https://docs.starport.com/migration/).

## Contributing

We welcome contributions from everyone. The `develop` branch contains the development version of the code. You can branch of from `develop` and create a pull request, or maintain your own fork and submit a cross-repository pull request. If you're not sure where to start check out [contributing.md](contributing.md) for our guidelines & policies for how we develop Starport. Thank you to all those who have contributed to Starport!
We welcome contributions from everyone. The `develop` branch contains the development version of the code. You can create a branch from `develop` and create a pull request, or maintain your own fork and submit a cross-repository pull request. If you're not sure where to start, check out [contributing.md](contributing.md) for our guidelines and policies for how we develop Starport. Thank you to everyone who has contributed to Starport!

## Stay in touch

Starport is a free and open source product maintained by [Tendermint](https://tendermint.com). Follow us to get the latest updates!

- [Twitter](https://twitter.com/starportHQ)
- [Twitter](https://twitter.com/StarportHQ)
- [Blog](https://medium.com/tendermint)
- [Jobs](https://tendermint.com/careers)

0 comments on commit af162c8

Please sign in to comment.