Skip to content

Celestia-core (fork of tendermint) ve cosmos-sdk tarafından desteklenen PoS zinciri

License

Notifications You must be signed in to change notification settings

Alphena-EK/celestia-app-TR

 
 

Repository files navigation

celestia-app

celestia-app Cosmos SDK ve [celestia-core] kullanılarak oluşturulmuş bir blok zinciri uygulamasıdır(https://github.com/celestiaorg/celestia-core) in place of tendermint.sorumluluk reddi: WIP

kurmak

make install

Kendi tek düğümlü devnet'inizi oluşturun

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

kullanma

Yerel bir olaya veri göndermek için 'celestia-appd' arka plan programı cli komutunu kullanın

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

About

Celestia-core (fork of tendermint) ve cosmos-sdk tarafından desteklenen PoS zinciri

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 91.5%
  • Makefile 5.0%
  • Shell 3.2%
  • Dockerfile 0.3%