Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 310 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 310 Bytes

Kadena Chainweb Node API Specification

The latest version can be viewed here.

Build Docker image:

docker build . -t chainweb.openapi

Serve API documentation at http://localhost:8080/openapi/

docker run --rm -p 8080:80 chainweb.openapi