Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 352 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 352 Bytes

Aion JSON RPC

This project contains a code generator, RPC specification and implementations for use with the Aion Blockchain.

Options

  1. To generate the java code execute: ./gradlew genJava
  2. To create new spec files execute: ./gradlew printSpec -PfilePath={output file path}
  3. To generate the rust code execute: ./gradlew genRust