-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Research the usage of sui kiosk to sell the phones and the routers #795
Comments
The current situation is we are able to create a kiosk, I was struggling to mint a new object to be added to the kiosk, I was able to do so using flatland module, i was able to place and list the nfts, but while testing the purchase process, i got an error related to the transfer policy, i can't find any transfer policy for the flatland::flatlander and I can't create any transfer policy as I'm not the publisher. summary: Looks like we need to create our own move package to test that flow. |
WIP: creating a POC package that allows trading phones |
work completed: some blockers that we need to take in consideration:
|
I was able to mint items but i can't trade them it is not clear yet why |
We can mint any amount of items to the kiosk, as NFT each item will have ID and some other fields we can specify based on our need. we need to have our package and create a type and a transfer policy;
points need farther research:
also Sameh mentioned some other points
|
you can use https://sui-kiosk.vercel.app/ |
Is your feature request related to a problem? Please describe
Maybe we can use threefold connect for reserving 20000 phones and 20000 routers using sui kiosk https://docs.sui.io/standards/kiosk
Describe the solution you'd like
Easy way via threefold connect to buy these phones and routers
The text was updated successfully, but these errors were encountered: