Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 succeed

Basic integration testing in [Protostar](https://docs.swmansion.com/protostar/).