The Seaport Generic Adapter is a proof of concept Seaport app that allows users to fulfill listings from other marketplaces through a Seaport interaction. It relies on the contract order pattern that was added as part of Seaport v1.2.
To install dependencies and compile contracts:
git clone --recurse-submodules https://github.com/ProjectOpenSea/seaport-generic-adapter && cd seaport-generic-adapter && forge build
forge test --fork-url $ETH_MAINNET_RPC --watch -vvv
MIT Copyright 2023 Ozone Networks, Inc.