Skip to content
This repository has been archived by the owner on Sep 13, 2022. It is now read-only.

Latest commit

 

History

History
34 lines (23 loc) · 712 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 712 Bytes

ckb rosetta sdk

Background

Coinbase Standard for Blockchain Interaction

Build

git checkout https://github.com/nervosnetwork/ckb-rosetta-sdk.git
cd ckb-rosetta-sdk/server
go mod download
go build .

Run

  1. Run ckb-rich-node

    This step can refer to ckb-rich-node README.md

  2. Run ckb-rosetta server

    cd ckb-rosetta-sdk/server
    nohup ./server &