web3j 1.0 update

7
web3j 1.0 @conors10

Transcript of web3j 1.0 update

Page 1: web3j 1.0 update

web3j 1.0@conors10

Page 2: web3j 1.0 update

JSON-RPC

• Full implementations:

• Ethereum client API

• Parity & Geth Personal (admin) APIs

Page 3: web3j 1.0 update

Smart contract wrappers

• Generate from Solidity ABI + binary files

• Java code to:

• Deploy

• Call

• Transact

Page 4: web3j 1.0 update

Wallet support

• Create

• Update

• Sign transactions

Page 5: web3j 1.0 update

Command line tools

Page 6: web3j 1.0 update

Also• Infura

• Seamless integration (auto TLS install)

• No need for an Ethereum client

• Android

• Dedicated Android port

Page 7: web3j 1.0 update

• http://web3j.io

• http://docs.web3j.io

Links