Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dancewithtruth/zkbarter-contracts
A set of contracts to enable trustless swaps for ERC721<>ERC721 trades on StarkNet
https://github.com/dancewithtruth/zkbarter-contracts
Last synced: 3 days ago
JSON representation
A set of contracts to enable trustless swaps for ERC721<>ERC721 trades on StarkNet
- Host: GitHub
- URL: https://github.com/dancewithtruth/zkbarter-contracts
- Owner: dancewithtruth
- Created: 2022-07-11T19:34:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-01T15:04:30.000Z (over 2 years ago)
- Last Synced: 2024-10-30T00:23:02.532Z (about 2 months ago)
- Language: Cairo
- Size: 1.6 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# zkBarter
A trustless platform for 1:1 trades with ERC721 tokens.- Users can interact with the zkBarter smart contract and open a `TradeRequest` with another user.
- Users can fulfill an open trade request and then swap both users' NFTs
- Users can cancel OPEN trade requests
- Both users will need to approve their NFTs with the zkBarter smart contract for a swap to succeedBasic integration testing in [Protostar](https://docs.swmansion.com/protostar/).