flash is a blockchain built using Cosmos SDK and Tendermint.
It uses a forked version of the Cosmos SDK (Flash SDK
) with updated default consensus timeout parameters, to allow a target block production rate of ~1.7s / block
Install go
make install
Come up with a moniker for your node, then run:
flashd init $MONIKER
To launch as a consumer chain, download and save shared genesis file to ~/.flash/config/genesis.json
. Additionally add peering information (persistent_peers
or seeds
) to ~/.flash/config/config.toml
To instead launch as a standalone, single node chain, run:
flashd add-consumer-section
flashd start
Credits to strangelove for providing the codebase of strange, which this project was initially forked off.