This is an script for setting up your item/NFT for offer/sale and fulfill/buy it by other user/Address.Using openseas seaport.
npm install
1. Provide api key to connect with infura/alchemy
2. Connect with offerer & fulfiler account/address (provide private key to use custom signer)
3. Provide offer address and fulfiller address
4. Provide what you are offering and what is the consideration/require to accept this offer.
5. finished 🎉
- seaport-js for selling and buying items/NFTs in an better way with more options.
- ethers for wallet implementation
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.