Skip to content
This repository was archived by the owner on Jan 9, 2026. It is now read-only.

Latest commit

 

History

History
16 lines (10 loc) · 310 Bytes

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