This project contains a code generator, RPC specification and implementations for use with the Aion Blockchain.
- To generate the java code execute:
./gradlew genJava - To create new spec files execute:
./gradlew printSpec -PfilePath={output file path} - To generate the rust code execute:
./gradlew genRust