Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 948 Bytes

File metadata and controls

37 lines (20 loc) · 948 Bytes

OpenRPC Etheruem Provider Generator

A Generator tool for the open-rpc Ethereum APIs.

Features:

  • Built in components for:

    • Typescript Types
  • Easy to create new components

Usage

The generator uses the OpenRPC Generator to generate typings for Typescript and can be expanded to many other usecases.

Quick start

yarn install

yarn start

should generate the type file into generated/custom/typescript

image

you can now publish or use in your projects:

image

Resources