Is there any on-chain solution for creating orders? #636
Unanswered
qweblessed
asked this question in
Q&A
Replies: 1 comment 1 reply
|
for on-chain you can validate the order from the seller side first and then the buyer can execute it |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,guys,I've just started exploring seaport protocol and I have mb a bit obvious question
According to this example:
we have an order,and an order fullfiller(buyer),as far as I understand we need to store "order" struct somewhere on off-chain backend, because in other way how buyer can get this order struct to fulfill order.Is there any way how we can create orders on-chain?
All reactions