-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #17 from ProjectOpenSea/ryanio-patch-1
- Loading branch information
Showing
1 changed file
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,14 @@ | ||
# seaport-core | ||
|
||
[![Version][version-badge]][version-link] | ||
[![npm][npm-badge]][npm-link] | ||
|
||
This repo contains the core Seaport smart contracts (with no reference contracts, helpers, or tests) and is meant to facilitate building on Seaport without needing to grapple with long compile times or other complications. | ||
|
||
For more information on Seaport, see the [main Seaport repo](https://github.com/ProjectOpenSea/seaport). | ||
For more information on Seaport, see the [main Seaport repo][seaport-link]. | ||
|
||
[seaport-link]: https://github.com/ProjectOpenSea/seaport | ||
[version-badge]: https://img.shields.io/github/package-json/v/ProjectOpenSea/seaport-core | ||
[version-link]: https://github.com/ProjectOpenSea/seaport-core/releases | ||
[npm-badge]: https://img.shields.io/npm/v/seaport-core?color=red | ||
[npm-link]: https://www.npmjs.com/package/seaport-core |