Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1.22 KB

README.md

File metadata and controls

43 lines (27 loc) · 1.22 KB

CKB Fiber Docker

Automatic builds badge Docker Image Size

Docker image that contains the CKB Fiber Network Node (FNN) and ckb-cli for easy deployment.

Check the version

export FIBER_IMAGE=ghcr.io/flouse/ckb-fiber:v0.0.1

docker run --rm ${FIBER_IMAGE} ckb-cli --version
# Output: ckb-cli 1.12.0 (278c7be 2024-09-20)

docker run --rm ${FIBER_IMAGE}
# Ouptut: fnn 0.1.0

# Usage
docker run --rm ${FIBER_IMAGE} fnn --help

How to Run a testnet node

See https://github.com/nervosnetwork/fiber?tab=readme-ov-file#build-and-run-a-testnet-node

RPC docs of Fiber Network Node

See https://github.com/nervosnetwork/fiber/blob/main/README.md