Skip to content
JinGyeong Jeong edited this page Jul 9, 2018 · 24 revisions

API Documentation

https://api.codechain.io/

How to generate API documentation

  1. Create gh-pages directory and generate files
npm run docs-prepare && npm run docs
  1. Serve gh-pages directory
cd gh-pages && python -m SimpleHTTPServer
  1. Go to http://localhost:8000/

CodeChain JSON-RPC Specification

https://github.com/kodebox-io/codechain/wiki/JSON-RPC

Clone this wiki locally