File tree 2 files changed +4
-4
lines changed 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- # Learning Solidity Tutorial 31
1
+ # Learning Solidity Tutorial 32
2
2
3
3
What you'll need:
4
4
- Download the web3j command line client from [ here] ( https://github.com/web3j/web3j/releases/tag/v3.6.0 )
@@ -15,4 +15,4 @@ solc src/main/resources/solidity/AddressBook.sol --bin --abi --optimize -o src/m
15
15
Building the Java:
16
16
```
17
17
web3j solidity generate src/main/resources/out/AddressBook.bin src/main/resources/out/AddressBook.abi -o src/main/java -p youtube.solidity.learning.contracts
18
- ```
18
+ ```
Original file line number Diff line number Diff line change 1
- # Learning Solidity Tutorial 31
1
+ # Learning Solidity Tutorial 33
2
2
3
3
What you'll need:
4
4
- Download the web3j command line client from [ here] ( https://github.com/web3j/web3j/releases/tag/v3.6.0 )
@@ -15,4 +15,4 @@ solc src/main/resources/solidity/AddressBook.sol --bin --abi --optimize -o src/m
15
15
Building the Java:
16
16
```
17
17
web3j solidity generate src/main/resources/out/AddressBook.bin src/main/resources/out/AddressBook.abi -o src/main/java -p youtube.solidity.learning.contracts
18
- ```
18
+ ```
You can’t perform that action at this time.
0 commit comments