Peter Watts
Peter Watts
We want to add all popular exchange protocols and marketplaces. As a first step, we can parse and store the fill events, which will give us valuable information, and provide...
We currently have support for range-based collections, like Art Blocks. Now we want to add support for list-based, which basically means there is no deterministic logic for how tokens are...
Currently we break out the last sale of every token into `last_sell` and `last_buy`. I can't really remember why, and it just causes problems, because people are usually just interested...
Support for both creating and filling on-chain seaport orders. On the creation side, it probably needs to be it's own order type.
Most marketplaces allow filtering based on many dimensions: - Price range - Where the item is listed - What currency the item is listed - Trait values - Rarity scores...
Allow orders (seaport only), with arbitrary offers and considerations. Creating them, ingesting external ones, and filling them. The main goal is giving ourselves complete coverage all orders and transactions, rather...
Allow creating swaps that take the form: - Offer: any combination of NFTs or tokens (maybe just WETH initially) - In exchange for: a single NFT (specified by token id,...