salmanbao / cosmos-sdk-blog-application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Commands

Creating a post

blogd tx blog create-post hello world --from alice

Listing posts

blogd q blog show-post 0

Updating a posts

blogd tx blog update-post hello cosmos 0 --from alice

Deleting a posts

blogd tx blog delete-post 0 --from alice

About


Languages

Language:Go 100.0%