Skip to content
This repository has been archived by the owner on May 14, 2019. It is now read-only.

Latest commit

 

History

History
21 lines (14 loc) · 365 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 365 Bytes

irisnet-rpc

RPC interface for all blockChains

Generate Code

1. Setup

setup

2. Generating Code

  • go server
thrift -r -out ./codegen/server --gen go ./thrift/service.thrift
  • nodejs client
thrift -r -out ./codegen/gen-nodejs --gen js:node ./thrift/service.thrift