ComposableFi / composable-cosmos

The home of IBC
28 stars 95 forks source link

Pica

Cosmos blockchain with IBC-v7 and wasm client enable.

Hardware Recommendation

Quick start

Requires Go 1.20 or higher.

make install
picad 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