Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ignite/cli
Ignite is a CLI tool and hub designed for constructing Proof of Stake Blockchains rooted in Cosmos-SDK
https://github.com/ignite/cli
blockchain cli cosmos-sdk ignite tendermint
Last synced: 5 days ago
JSON representation
Ignite is a CLI tool and hub designed for constructing Proof of Stake Blockchains rooted in Cosmos-SDK
- Host: GitHub
- URL: https://github.com/ignite/cli
- Owner: ignite
- License: other
- Created: 2020-06-23T16:06:46.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-22T00:09:50.000Z (21 days ago)
- Last Synced: 2025-01-03T03:55:55.394Z (9 days ago)
- Topics: blockchain, cli, cosmos-sdk, ignite, tendermint
- Language: Go
- Homepage: https://ignite.com
- Size: 2.08 GB
- Stars: 1,269
- Watchers: 50
- Forks: 551
- Open Issues: 156
-
Metadata Files:
- Readme: docs/readme.md
- Changelog: changelog.md
- Contributing: contributing.md
- License: LICENSE
- Code of conduct: code_of_conduct.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-ccamel - ignite/cli - Ignite is a CLI tool and hub designed for constructing Proof of Stake Blockchains rooted in Cosmos-SDK (Go)
- awesome-cosmos - Ignite CLI - All-in-one platform to build, launch, and maintain any crypto application on a sovereign and secured blockchain. Quickly bootstraps a new Cosmos SDK blockchain with UI and support to create new and work conveniently with existing Cosmos SDK modules. (Client Libraries / Go)
- awesome-go - Ignite CLI - all-in-one platform to build, launch, and maintain any crypto application on a sovereign and secured blockchain (CLI frameworks)
README
# Website
This website is built using [Docusaurus 2](https://docusaurus.io), a modern static website generator.
### Installation
```
yarn
```### Local Development
```
yarn serve
```This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
### Build
```
yarn build
```This command generates static content into the `build` directory and can be served using any static contents hosting service.
### Deployment
Using SSH:
```
USE_SSH=true yarn deploy
```Not using SSH:
```
GIT_USER= yarn deploy
```If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch.
### Add new version
```bash
$ yarn run docusaurus docs:version v0.25.2
```