Skip to content

Latest commit

 

History

History

tutorial-32

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Learning Solidity Tutorial 32

What you'll need:

  • Download the web3j command line client from here
  • Download the solc binaries from here

Web3j Documentation : https://docs.web3j.io/

Building the solidity:

solc src/main/resources/solidity/AddressBook.sol --bin --abi --optimize -o src/main/resources/out

Building the Java:

web3j solidity generate src/main/resources/out/AddressBook.bin src/main/resources/out/AddressBook.abi -o src/main/java -p youtube.solidity.learning.contracts