Skip to content

Cosmos testnet with IBC-v7 and wasm client enable.

Notifications You must be signed in to change notification settings

jaybxyz/composable-centauri

 
 

Repository files navigation

Centauri

Cosmos blockchain with IBC-v7 and wasm client enable.

Hardware Recommendation

  • Quad core or larger amd64 CPU
  • 64GB+ RAM
  • 1TB+ NVMe Storage

Quick start

Requires Go 1.19 or higher.

make install
centaurid version

Then you can run a node with a single command.

./scripts/testnode.sh   

If you have Docker installed, then you can run a local node with a single command.

docker compose up -d

and remove all node running with

docker compose down

About

Cosmos testnet with IBC-v7 and wasm client enable.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 97.1%
  • Shell 1.8%
  • Other 1.1%