Skip to content

CKB Fiber Docker image that runs the fiber node in a container for easy deployment

Notifications You must be signed in to change notification settings

Flouse/ckb-fiber-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

CKB Fiber Docker image that runs the fiber node in a container for easy deployment

Resources

Stars

Watchers

Forks

Packages