KO
|
EN
gitlite — search
Search
#llm
#python
#ai-agents
#mcp
#claude-code
#ai
#typescript
#automation
#developer-tools
#agentic-ai
#ai-agent
#claude
picasso
★ 30
Open GitHub ↗
Cross-chain IBC Hub
Download README (.md)
Explore Similar Repositories
PixelPlurk.css
:
像素風格噗浪佈景
amazon-managed-grafana-migrator
:
CLI migration utility to migrate Grafana content to Amazon Managed Grafana
cobol-fundamentals-training
:
No description available.
nolimitGPT
:
SaaS AI Chatbot and Image Generation using OpenAI, Node.js, Express, MongoDB & Stripe.
authelia-proxmox-SSO
:
Automated install for Authelia running in a container e.g. on Proxmox
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
picasso
?
Download (.md)
# 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 ```