Skip to content

Commit

Permalink
background section
Browse files Browse the repository at this point in the history
  • Loading branch information
cupOJoseph committed May 20, 2022
1 parent 4cad252 commit d2b3733
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Seaport

Seaport is a marketplace contract for safely and efficiently creating and fulfilling orders for ERC721 and ERC1155 items. Each order 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").

For more information and a deeper dive on how Seaport works, check out the repo's [Docs](Docs.md) file, or the full Seaport Documentation.
Seaport is a marketplace contract for safely and efficiently creating and fulfilling orders for ERC721 and ERC1155 items.

## Table of Contents

Expand All @@ -12,6 +10,12 @@ For more information and a deeper dive on how Seaport works, check out the repo'
- [Contributing](#contributing)
- [License](#license)

## Background

Seaport is a marketplace contract for safely and efficiently creating and fulfilling orders for ERC721 and ERC1155 items. Each order 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").

For more information and a deeper dive on how Seaport works, check out the repo's [Docs](Docs.md) file, or the full Seaport Documentation.

## Install

Seaport uses several libraries for testing.
Expand Down

0 comments on commit d2b3733

Please sign in to comment.