Axiom-web3j is a comprehensive and easy-to-use Axiom blockchain interaction tool developed forked from web3j.
Features
- Fully compatible with web3j, seamless switching
This section is intended for Axiom-web3j developers.
Environment
java version: JDK-17
Upgrade
After completing the new development content, use the following command to build:
./gradlew build
After completing self-testing, use the following command to format the code:
./gradlew :spotlessJavaCheck
./gradlew :spotlessApply
Once everything is ready, push to the project repository so it can be referenced in the project:
./gradlew :publish
When using Axiom-web3j in other Java projects, be mindful of whether the GitHubToken is valid. If using a SNAPSHOT package, use mvn -U
to force an update.
Apache 2.0