quickstart
Docker Compose (Recommended)
git clone https://github.com/qorechain/qorechain-core.git
cd qorechain-core
docker compose up -dService
Ports
Description
git clone https://github.com/qorechain/qorechain-core.git
cd qorechain-core
docker compose up -dCGO_ENABLED=1 go build -o qorechaind ./cmd/qorechaind/./qorechaind init my-node --chain-id qorechain-diana./qorechaind start# Check the binary version
./qorechaind version# Query the node status via RPC
curl localhost:26657/status