Skip to content

PoS chain powered by lazyledger-core, the cosmos-sdk, and starport

License

Notifications You must be signed in to change notification settings

rajivpo/celestia-app

 
 

Repository files navigation

celestia-app

celestia-app is a blockchain application built using Cosmos SDK and celestia-core in place of tendermint. Disclaimer: WIP

Install

make install

Create your own single node devnet

celestia-appd init test --chain-id test
celestia-appd keys add user1
celestia-appd add-genesis-account <address from above command> 10000000stake,1000token
celestia-appd gentx user1 100000stake --chain-id test
celestia-appd collect-gentxs
celestia-appd start

Usage

Use the celestia-appd daemon cli command to post data to a local devent.

celestia-appd tx payment payForMessage [hexNamespace] [hexMessage] [flags]

About

PoS chain powered by lazyledger-core, the cosmos-sdk, and starport

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 85.5%
  • Makefile 8.4%
  • Shell 5.3%
  • Dockerfile 0.8%