vasa-test-1
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

Seaport.js

Seaport is a new marketplace protocol for safely and efficiently buying and selling NFTs. This is a JavaScript library intended to make interfacing with the contract reasonable and easy.

Synopsis

This is a JavaScript library to help interface with Seaport. It includes various helper methods and constants that makes interfacing with Seaport easier. These include creating orders, fulfilling orders, doing the necessary balance and approval checks, and more. We recommend taking a look at the Seaport docs to get a better understanding of how the Seaport marketplace works.

Installation

We recommend using nvm to manage Node.js versions. Execute nvm use, if you have nvm installed.

Then, in your project, run:

npm install --save seaport-js

Getting Started

Instantiate your instance of seaport using your ethers provider:

import { Seaport } from "seaport-js";

const provider = ethers.getDefaultProvider();

const seaport = new Seaport(provider);

Look at the relevant definitions in seaport.ts in order to see the different functionality this library offers.

Use Cases

Many of the main core flows return use cases. What this means is that if you were to create an order (a la createOrder), the library helps perform the necessary balance and approval checks based on the offer of the order being created. If the offerer requires approvals on one asset contract, the actions field of the use case would contain an approval action that the user should execute first in order for the trade to succeed in the future.

Contributing

See the contributing guide for detailed instructions on how to get started with this project.

Readme

Keywords

none

Package Sidebar

Install

npm i vasa-test-1

Weekly Downloads

1

Version

0.0.1

License

MIT

Unpacked Size

22 MB

Total Files

565

Last publish

Collaborators

  • vasa-develop