celestia-app is a blockchain application built using Cosmos SDK and celestia-core in place of tendermint. Disclaimer: WIP
make install
celestia-appd init test --chain-id test
celestia-appd keys add user1
celestia-appd add-genesis-account <address from above command> 10000000celes,1000token
celestia-appd gentx user1 100000celes --chain-id test
celestia-appd collect-gentxs
celestia-appd start
Use the celestia-appd
daemon cli command to post data to a local devent.
celestia-appd tx payment payForMessage [hexNamespace] [hexMessage] [flags]