Git Product home page Git Product logo

seaport's Introduction

Seaport

Version Test CI Code Coverage License Docs Discussions JS Library Discord

Seaport

Seaport is a new marketplace protocol for safely and efficiently buying and selling NFTs.

Table of Contents

Background

Seaport is a marketplace protocol for safely and efficiently buying and selling NFTs. Each listing contains an arbitrary number of items that the offerer is willing to give (the "offer") along with an arbitrary number of items that must be received along with their respective receivers (the "consideration").

See the documentation, the interface, and the full interface documentation for more information on Seaport.

Deployments

Canonical Cross-chain Deployment Addresses

Contract Canonical Cross-chain Deployment Address
Seaport 1.1 0x00000000006c3852cbEf3e08E8dF289169EdE581
Seaport 1.2 0x00000000000006c7676171937C444f6BDe3D6282
Seaport 1.3 0x0000000000000aD24e80fd803C6ac37206a45f15
Seaport 1.4 0x00000000000001ad428e4906aE43D8F9852d0dD6
ConduitController 0x00000000F9490004C11Cef243f5400493c00Ad63

Note: Seaport 1.2 and Seaport 1.3 both contain known limitations; proceed with caution if interacting with them, particularly when utilizing restricted or contract orders.

Deployments By EVM Chain

Network Seaport 1.1 Seaport 1.4 ConduitController
Ethereum

0x00000000006c3852cbEf3e08E8dF289169EdE581

0x00000000000001ad428e4906aE43D8F9852d0dD6

0x00000000F9490004C11Cef243f5400493c00Ad63

Goerli

0x00000000006c3852cbEf3e08E8dF289169EdE581

0x00000000000001ad428e4906aE43D8F9852d0dD6

0x00000000F9490004C11Cef243f5400493c00Ad63

Sepolia

0x00000000006c3852cbEf3e08E8dF289169EdE581

0x00000000000001ad428e4906aE43D8F9852d0dD6

0x00000000F9490004C11Cef243f5400493c00Ad63

Polygon

0x00000000006c3852cbEf3e08E8dF289169EdE581

0x00000000000001ad428e4906aE43D8F9852d0dD6

0x00000000F9490004C11Cef243f5400493c00Ad63

Mumbai

0x00000000006c3852cbEf3e08E8dF289169EdE581

0x00000000000001ad428e4906aE43D8F9852d0dD6

0x00000000F9490004C11Cef243f5400493c00Ad63

Klaytn

0x00000000006c3852cbEf3e08E8dF289169EdE581

0x00000000000001ad428e4906aE43D8F9852d0dD6

0x00000000F9490004C11Cef243f5400493c00Ad63

Baobab

0x00000000006c3852cbEf3e08E8dF289169EdE581

0x00000000000001ad428e4906aE43D8F9852d0dD6

0x00000000F9490004C11Cef243f5400493c00Ad63

Optimism

0x00000000006c3852cbEf3e08E8dF289169EdE581

0x00000000000001ad428e4906aE43D8F9852d0dD6

0x00000000F9490004C11Cef243f5400493c00Ad63

Optimistic Goerli

0x00000000006c3852cbEf3e08E8dF289169EdE581

0x00000000000001ad428e4906aE43D8F9852d0dD6

0x00000000F9490004C11Cef243f5400493c00Ad63

Arbitrum

0x00000000006c3852cbEf3e08E8dF289169EdE581

0x00000000000001ad428e4906aE43D8F9852d0dD6

0x00000000F9490004C11Cef243f5400493c00Ad63

Arbitrum Goerli

0x00000000006c3852cbEf3e08E8dF289169EdE581

0x00000000000001ad428e4906aE43D8F9852d0dD6

0x00000000F9490004C11Cef243f5400493c00Ad63

Arbitrum Nova

0x00000000006c3852cbEf3e08E8dF289169EdE581

0x00000000000001ad428e4906aE43D8F9852d0dD6

0x00000000F9490004C11Cef243f5400493c00Ad63

Avalanche C-Chain

0x00000000006c3852cbEf3e08E8dF289169EdE581

0x00000000000001ad428e4906aE43D8F9852d0dD6

0x00000000F9490004C11Cef243f5400493c00Ad63

Avalanche Fuji

0x00000000006c3852cbEf3e08E8dF289169EdE581

0x00000000000001ad428e4906aE43D8F9852d0dD6

0x00000000F9490004C11Cef243f5400493c00Ad63

Gnosis Chain

0x00000000006c3852cbEf3e08E8dF289169EdE581

0x00000000000001ad428e4906aE43D8F9852d0dD6

0x00000000F9490004C11Cef243f5400493c00Ad63

BSC

0x00000000006c3852cbEf3e08E8dF289169EdE581

0x00000000000001ad428e4906aE43D8F9852d0dD6

0x00000000F9490004C11Cef243f5400493c00Ad63

BSC Testnet

0x00000000006c3852cbEf3e08E8dF289169EdE581

0x00000000000001ad428e4906aE43D8F9852d0dD6

0x00000000F9490004C11Cef243f5400493c00Ad63

To be deployed on other EVM chains, such as:

  • Skale
  • Celo
  • Fantom
  • RSK

To deploy to a new EVM chain, follow the steps outlined here.

Diagram

graph TD
    Offer & Consideration --> Order
    zone & conduitKey --> Order

    subgraph Seaport[ ]
    Order --> Fulfill & Match
    Order --> Validate & Cancel
    end

    Validate --> Verify
    Cancel --> OrderStatus

    Fulfill & Match --> OrderCombiner --> OrderFulfiller

    OrderCombiner --> BasicOrderFulfiller --> OrderValidator
    OrderCombiner --> FulfillmentApplier

    OrderFulfiller --> CriteriaResolution
    OrderFulfiller --> AmountDeriver
    OrderFulfiller --> OrderValidator

    OrderValidator --> ZoneInteraction
    OrderValidator --> Executor --> TokenTransferrer
    Executor --> Conduit --> TokenTransferrer
    Executor --> Verify

    subgraph Verifiers[ ]
    Verify --> Time & Signature & OrderStatus
    end

For a more thorough flowchart see Seaport diagram.

Install

To install dependencies and compile contracts:

git clone --recurse-submodules https://github.com/ProjectOpenSea/seaport && cd seaport
yarn install
yarn build

Usage

To run hardhat tests written in javascript:

yarn test
yarn coverage

Note: artifacts and cache folders may occasionally need to be removed between standard and coverage test runs.

To run hardhat tests against reference contracts:

yarn test:ref
yarn coverage:ref

To open the generated Hardhat coverage report locally after running yarn coverage or yarn coverage:ref:

open coverage/index.html

To profile gas usage:

yarn profile

Foundry Tests

Seaport also includes a suite of fuzzing tests written in solidity with Foundry.

To run tests with full traces and debugging with source, create an .env file with the following line:

FOUNDRY_PROFILE=debug

You may then run tests with forge test, optionally specifying a level of verbosity (anywhere from one to five v's, eg, -vvv)

This will compile tests and contracts without via-ir enabled, which is must faster, but will not exactly match the deployed bytecode.

To run tests against the actual bytecode intended to be deployed on networks, you will need to pre-compile the contracts, and remove the FOUNDRY_PROFILE variable from your .env file. Note that informative error traces may not be available, and the Forge debugger will not show the accompanying source code.

FOUNDRY_PROFILE=optimized forge build
FOUNDRY_PROFILE=reference forge build

To run Forge coverage tests and open the generated coverage report locally:

brew install lcov
SEAPORT_COVERAGE=true forge coverage --report summary --report lcov && genhtml lcov.info -o html --branch
open html/index.html

Note that Forge does not yet ignore specific filepaths when running coverage tests.

For information on Foundry, including installation and testing, see the Foundry Book.

Linting

To run lint checks:

yarn lint:check

Lint checks utilize prettier, prettier-plugin-solidity, and solhint.

"prettier": "^2.5.1",
"prettier-plugin-solidity": "^1.0.0-beta.19",

Audits

OpenSea engaged Trail of Bits to audit the security of Seaport. From April 18th to May 12th 2022, a team of Trail of Bits consultants conducted a security review of Seaport. The audit did not uncover significant flaws that could result in the compromise of a smart contract, loss of funds, or unexpected behavior in the target system. Their full report is available here.

Contributing

Contributions to Seaport are welcome by anyone interested in writing more tests, improving readability, optimizing for gas efficiency, or extending the protocol via new zone contracts or other features.

When making a pull request, ensure that:

  • All tests pass.
  • Code coverage remains at 100% (coverage tests must currently be written in hardhat).
  • All new code adheres to the style guide:
    • All lint checks pass.
    • Code is thoroughly commented with natspec where relevant.
  • If making a change to the contracts:
    • Gas snapshots are provided and demonstrate an improvement (or an acceptable deficit given other improvements).
    • Reference contracts are modified correspondingly if relevant.
    • New tests (ideally via foundry) are included for all new features or code paths.
  • If making a modification to third-party dependencies, yarn audit passes.
  • A descriptive summary of the PR has been provided.

License

MIT Copyright 2023 Ozone Networks, Inc.

seaport's People

Contributors

0age avatar stephankmin avatar d1ll0n avatar emo-eth avatar bclefevre avatar ryanio avatar cupojoseph avatar jameswenzel avatar transmissions11 avatar slokh avatar chomtana avatar 0xbeans avatar djviau avatar naps62 avatar arr00 avatar dependabot[bot] avatar saw-mon-and-natalie avatar fvictorio avatar hrkrshnn avatar justdravee avatar eugenioclrc avatar stuckinaboot avatar zaqk avatar sunwrobert avatar 0xphaze avatar vectorized avatar pcaversaccio avatar daltoncoder avatar dabushori avatar 0xsanson avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.