-
``Hey yall, thanks for the help on my other post, currently getting fulfillOrder to work out. But, how would I be able to create an order fior an already listed item on Opensea (thus not needing the permission of the offerer during real-time) and thus, just have the buyer approve and confirm the transaction? This is where I'm confused on how to use fullFill order in that sense. The idea I got from a friend is to make the createOrder the opposite ETH for ERC721 so that the first signature is to get buyer's approval and thus on opensea it should already be approved. But, does seaport check for listings already on Opensea? Another Update: My friend suggested possibly trying out Here's what I have so far for this currently listed item. However, the problem is, I'm able to sign the transaction for the fulfiller, but then get a weird error seen in the image `const seller = "0x94DBCE8a42E2F578ad80266863bc9C7d2e04ea6A"
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I was able to figure it out with a friend! You can use the Retrieve Orders Opensea api call to get the order with the signature so then you're able to just need the buyer's signature.
|
Beta Was this translation helpful? Give feedback.
I was able to figure it out with a friend! You can use the Retrieve Orders Opensea api call to get the order with the signature so then you're able to just need the buyer's signature.