# seaport-generic-adapter **Repository Path**: ProjectOpenSea/seaport-generic-adapter ## Basic Information - **Project Name**: seaport-generic-adapter - **Description**: A work in progress Seaport app that enables fulfilling non-Seaport listings through Seaport. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-05-13 - **Last Updated**: 2025-06-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Seaport Generic Adapter 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](https://github.com/ProjectOpenSea/seaport/blob/main/docs/SeaportDocumentation.md#contract-orders) that was added as part of Seaport v1.2. ## Install To install dependencies and compile contracts: ```bash git clone --recurse-submodules https://github.com/ProjectOpenSea/seaport-generic-adapter && cd seaport-generic-adapter && forge build ``` ## Usage ```bash forge test --fork-url $ETH_MAINNET_RPC --watch -vvv ``` ## License [MIT](LICENSE) Copyright 2023 Ozone Networks, Inc.