Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1 KB

README.md

File metadata and controls

42 lines (30 loc) · 1 KB

Klaytn Open SDK

The open SDK generates codes by language which you want to support.

  • It uses Klaytn JSON-RPC call.
  • It also makes JSON-RPC API documentation.
  • It can call the JSON-RPC post by SwaggerUI.
  • You can use JSON-RPC APIs which is generated with OpenAPI generator.

Setting Node

  • Use node version more than v12
$ brew install nvm
$ nvm use v16.13.1

Generate caver-openapi-generator-cli library

Check generator config help

bin/caver-openapi-generator-cli config-help -g typescript-axios

Document

redocly site

redoc style site

Swagger UI

swagger ui for api test

User Guide for Open SDK

User Guide

api directory

bin directory

codegen directory

sdk directory

site directory