From 70df9efdd31769c60c132567df2df17cb1ef75cd Mon Sep 17 00:00:00 2001 From: Jim Zhang Date: Tue, 21 May 2019 16:01:35 -0400 Subject: [PATCH] Added link to ERC721 htlc solidity in readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0baef35..444d288 100644 --- a/README.md +++ b/README.md @@ -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).