Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 374 Bytes

readme.md

File metadata and controls

16 lines (12 loc) · 374 Bytes

cfsre

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

Start local testnet

make start-testnet

This command will create a local testnet with 4 validators and start the network.

Stop local testnet

make stop-testnet

This command will stop the local testnet and cleans up after.