shwifty is a blockchain built using Cosmos SDK and Tendermint
Install go
make install
Come up with a moniker for your node, then run:
shwifty init $MONIKER
To launch as a consumer chain, download and save shared genesis file to ~/.shwifty/config/genesis.json
. Additionally add peering information (persistent_peers
or seeds
) to ~/.shwifty/config/config.toml
To instead launch as a standalone, single node chain, run:
shwifty add-consumer-section
shwifty start