This repository contains examples of how to use Orderly EVM API written in Java.
- install Java
- install Gradle
- clone this repository
- set up a
.env
file by copying.env.example
and insert your wallet's private key. - run example:
./gradlew run
- install Web3j CLI
web3j generate solidity -a ./abi/Vault.json -o ./abi/Vault.java -p org.web3j