Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 715 Bytes

readme.md

File metadata and controls

23 lines (15 loc) · 715 Bytes

blog

blog is a blockchain built using Cosmos SDK and Tendermint and created with Ignite CLI.

Get started

ignite chain serve

serve command installs dependencies, builds, initializes, and starts your blockchain in development.

Configure

Your blockchain in development can be configured with config.yml. To learn more, see the Ignite CLI docs.

After a draft release is created, make your final changes from the release page and publish it.

Install

To install the latest version of your blockchain node's binary, execute the following command on your machine:

curl https://get.ignite.com/username/blog@latest! | sudo bash