Some checks are pending
Docs Deploy / build_and_deploy (push) Waiting to run
Generate Docs / cli (push) Waiting to run
Generate Config Doc / cli (push) Waiting to run
Go formatting / go-formatting (push) Waiting to run
Check links / markdown-link-check (push) Waiting to run
Integration / pre-test (push) Waiting to run
Integration / test on (push) Blocked by required conditions
Integration / status (push) Blocked by required conditions
Lint / Lint Go code (push) Waiting to run
Test / test (ubuntu-latest) (push) Waiting to run
63 lines
3.4 KiB
Markdown
63 lines
3.4 KiB
Markdown
---
|
||
sidebar_position: 1
|
||
slug: /
|
||
---
|
||
|
||
# Ignite CLI
|
||
|
||
[Ignite CLI](https://github.com/ignite/cli) offers everything you need to build, test, and launch your blockchain with a decentralized worldwide community. Ignite CLI is built on top of [Cosmos SDK](https://docs.cosmos.network), the world’s most popular blockchain framework. Ignite CLI accelerates chain development by scaffolding everything you need so you can focus on business logic.
|
||
|
||
## What is Ignite CLI?
|
||
|
||
Ignite CLI is an easy-to-use CLI tool for creating and maintaining sovereign application-specific blockchains. Blockchains created with Ignite CLI use Cosmos SDK and Tendermint. Ignite CLI and the Cosmos SDK modules are written in the Go programming language. The scaffolded blockchain that is created with Ignite CLI includes a command line interface that lets you manage keys, create validators, and send tokens.
|
||
|
||
With just a few commands, you can use Ignite CLI to:
|
||
|
||
* Create a modular blockchain written in Go
|
||
* Scaffold modules, messages, types with CRUD operations, IBC packets, and more
|
||
* Start a blockchain node in development with live reloading
|
||
* Connect to other blockchains with a built-in IBC relayer
|
||
* Use automatically generated TypeScript/Vuex clients to interact with your blockchain
|
||
* Use the Vue.js web app template with a set of components and Vuex modules
|
||
|
||
## Install Ignite CLI
|
||
|
||
To install the `ignite` binary in `/usr/local/bin` run the following command:
|
||
|
||
```
|
||
curl https://get.ignite.com/cli! | bash
|
||
```
|
||
|
||
## Bounty program
|
||
|
||
Our [Ignite CLI bounty program](06-bounty.md) provides incentives for your participation and pays rewards.
|
||
|
||
## Projects using Tendermint and Cosmos SDK
|
||
|
||
Many projects already showcase the Tendermint BFT consensus engine and the Cosmos SDK. Explore the [Cosmos ecosystem](https://cosmos.network/ecosystem/apps) to discover a wide variety of apps, blockchains, wallets, and explorers that are built in the Cosmos ecosystem.
|
||
|
||
## Projects building with Ignite CLI
|
||
|
||
* [Sifchain: omni-chain solution for DEXs](https://github.com/Sifchain/sifnode)
|
||
* [Kyve](https://www.kyve.network)
|
||
* [crypto.org chain](https://github.com/crypto-org-chain/chain-main) ([initialized with Ignite CLI](https://github.com/crypto-org-chain/chain-main/commit/37b2ecb49a9aae7c581270a4f2dbecfcd8e8a6e9))
|
||
* [Cronos](https://github.com/crypto-org-chain/cronos)
|
||
* [Plugchain](https://github.com/oracleNetworkProtocol/plugchain)
|
||
* [BitCanna](https://github.com/BitCannaGlobal/bcna)
|
||
* [Panacea Core](https://github.com/medibloc/panacea-core)
|
||
* [Rook](https://github.com/cmwaters/rook)
|
||
* [PI Bridge](https://github.com/pchain-org/pi-bridge)
|
||
* [Polynetwork](https://github.com/Switcheo/polynetwork-cosmos)
|
||
* [OmniFlix Hub](https://github.com/OmniFlix/omniflixhub)
|
||
* [Cudos](https://github.com/CudoVentures/cudos-node)
|
||
* [Zenchain](https://github.com/zenchainprotocol/zenchain)
|
||
* [Onomy Protocol](https://github.com/onomyprotocol/ochain)
|
||
* [Interchain accounts demo](https://github.com/cosmos/interchain-accounts)
|
||
* [Celestia](https://github.com/celestiaorg/celestia-app)
|
||
* [Umee: decentralized universal capital facility](https://github.com/umee-network/umee)
|
||
* [Juno interoperable smart contract hub](https://github.com/CosmosContracts/Juno)
|
||
* [Affondra](https://github.com/EG-easy/affondra)
|
||
* [Finding Imposter](https://github.com/chantmk/Finding-imposter)
|
||
* [Flares payment network](https://github.com/wangfeiping/flares)
|
||
* [FirmaChain](https://github.com/firmachain/firmachain)
|
||
* [Sonr](https://github.com/sonr-io/sonr)
|