Skip to content

Lightweight Java and Android library for integration with Axiomesh clients

License

Notifications You must be signed in to change notification settings

axiomesh/axiom-web3j

 
 

Repository files navigation

The Axiom Java SDK

Axiom-web3j is a comprehensive and easy-to-use Axiom blockchain interaction tool developed forked from web3j.

Features

  • Fully compatible with web3j, seamless switching

Developer

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.

License

Apache 2.0

About

Lightweight Java and Android library for integration with Axiomesh clients

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Java 99.0%
  • Other 1.0%