An open API service indexing awesome lists of open source software.

https://github.com/ComposableFi/picasso

Cross-chain IBC Hub
https://github.com/ComposableFi/picasso

Last synced: 19 days ago
JSON representation

Cross-chain IBC Hub

Awesome Lists containing this project

README

        

# Pica
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.20](https://go.dev/doc/install) or higher.

```bash
make install
picad version
```
Then you can run a node with a single command.

```bash
./scripts/testnode.sh
```

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

```bash
docker compose up -d
```
and remove all node running with

```bash
docker compose down
```