This thing is incredible great!
And to bring it into a no code community like bubble is really valuable!
Iāll be using it in a short time period!
This thing is incredible great!
And to bring it into a no code community like bubble is really valuable!
Iāll be using it in a short time period!
I want to show all my owned items but I cannot find it in demo app. Anyone can help? thanks
We are working on a separate demo page to load owned items.
It will be available soon
Hi everyone!
Please update to the latest version 2.1
Fixed a critical bug with Order Steps not being asynchronous that could create issues while placing/accepting a bid.
This looks incredible, Iāve just had a play with the demo.
Quick question (not necessarily plug-in related)
I noticed that the collection lands into a āRaribleā collection along with many random other designer (albeit they are all tests)⦠can you set this so that lazy minted NFTās can land in your own dedicated collection?
Also⦠will these minted NFTās be available in OpenSea if you use this plugin?
Cheers
Hi @shaun
Glad that you liked the plugin!
Yes of course, you can use your own custom contract. Look into their documentation about it.
Yes, we are working on a few ways to improve the plugin in a way that all new minted NFTs would be instantly visible on OpenSea (currently they appear after some time)
Also, keep in mind that the lazy minted ones will not be visible until they will be minted on the blockchain.
Is-it possible to show all my owned nft items with the new version?
Iāam looking for do a clone of the marketplace of Sorare (https://sorare.com/).
Cheers
Check out the rarible API reference:
https://api-reference.rarible.com/#operation/getNftItemsByOwner
Do a repeating group with get data from API then look up the call with the data you need using the API docs.
Iām having trouble accepting a bid order.
I can successfully create a bid. I then pass the bid order hash to the āfill an orderā action.
But then my MetaMask looks like this:
The price is zero eth (should be 0.1) and the transactions are failing.
Any ideas?
I noticed this bug when the previous owner of the item is the bidder, is this your case?
So the owner A sells to newOwner B
owner A place a bid and the newOwner B accepts it.
Nope, thatās not the case. Any other ideas?
Can ācreate a bid orderā and āfill an orderā happen on the same page? The demo has these on separate pages. But I want buyers to instantly buy.
Iāve got 2 workflow steps.
Step 1 ācreate an order.ā
Step 2 āonce a bid order placedā > fill an order using rarible elementās order hash.
(Iām not using sell orders because I want the buyer to specify a dynamic origin fee.)
Yes, but make sure that you create a bid order with a wallet that is not the owner, and then you accept the bid with the owner wallet only.
Sorry, Iām missing something. How do you accept the bid with the owner wallet only?
The only option I see on accept bid is order hash.
I am using two different wallets for Order Creator and NFT Owner on the create bid step if thatās what you mean.
Oh Iām sorry if I confused you.
Hereās a short example of what I meant:
Wallet A Mints an NFT
Wallet B places a BID
Wallet A accepts the BID.
So what I meant is that make sure you are logged in with Wallet A when accepting the BID.
That makes sense. So is it even possible to create a bid and accept it within the same workflow?
I want the buyer to specify the origin fee (this is a tip to the platform). But I also want buys to happen instantly. I donāt want to have to send a notification over to the seller to accept the bid.
How do you imagine that to happen?
In a single workflow to place a bid from wallet B and in the next step accept the bid from wallet B? Not possible.
For this case use the create SELL order, and the buyer will buy it without the seller to accept it.
Hi,
I think there may be an issue with the mint action. I have tried to mint from the demo page a couple of times and it just gets stuck on the loading screen.
I had set my app up a couple of weeks ago and I could mint the NFTās and view them on Rarible no problem. Over the last couple of days, it stopped working for me. I would execute the workflow and everything except the mint action in the workflow would run.
Do you guys think you could check that out and see if itās the same for anyone else?
Thank you!
Hi,
There was a small bug in the demo page, we have fixed it. Thank you for the feedback
Great plugin!
Can I lazy mint on the mainnet?