Skip to content

isabella232/web3j-deployer-demo

 
 

Repository files navigation

Demo repo showing how to use web3j-deployer

The library web3j-deployer and Gradle plugin web3j-deployer-plugin allows you to define your deployment routine for your smart contracts using Web3j. It's an annotation driven approach, with two key annotations used, as shown in the MyDeploymentLogic source file.

To build the wrapper code for the included HelloWorld.sol smart contract, use the usual gradle commands:

./gradlew clean build

Thereafter, to run the deployment logic use the gradle deploy command, specifying the profile and package as needed:

./gradlew -q deploy -Pprofile=rinkeby1 -Ppackage=demo.deploy

demo

About

Demo usage of web3j-deployer

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 82.0%
  • Solidity 18.0%