Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 468 Bytes

README.md

File metadata and controls

8 lines (8 loc) · 468 Bytes

eth_atomic_swap

A Java Implementation of an On Chain Ethereum Atomic Swap (Tested On Rinkeby)

Test Contract Addr: 0x6D5ae9dd8F1a2582Deb1b096915313459f11ba70 (Rinkeby)

NOTES:

First Used SOLC To Compile Contract To .bin and .abi files
Then Used WEB3J To Create Java Wrapper For AtomicSwap Contract 'web3j solidity generate'