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
- Host: GitHub
- URL: https://github.com/ComposableFi/picasso
- Owner: ComposableFi
- Created: 2023-02-27T08:19:40.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-31T16:10:39.000Z (6 months ago)
- Last Synced: 2025-01-08T23:33:40.820Z (4 months ago)
- Language: Go
- Homepage: https://app.picasso.xyz/
- Size: 88.3 MB
- Stars: 28
- Watchers: 12
- Forks: 94
- Open Issues: 42
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ccamel - ComposableFi/picasso - Cross-chain IBC Hub (Go)
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
```