Skip to content

Commit

Permalink
Added link to ERC721 htlc solidity in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jimthematrix committed May 21, 2019
1 parent 98f7505 commit 70df9ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

- [HashedTimelock.sol](contracts/HashedTimelock.sol) - HTLC for native ETH token
- [HashedTimelockERC20.sol](contracts/HashedTimelockERC20.sol) - HTLC for ERC20 tokens
- [HashedTimelockERC721.sol](contracts/HashedTimelockERC721.sol) - HTLC for ERC721 tokens

Use these contracts for creating HTLCs on the Ethereum side of a cross chain atomic swap (for example the [xcat](https://github.com/chatch/xcat) project).

Expand Down

0 comments on commit 70df9ef

Please sign in to comment.