Deniz Mert Edincik
Deniz Mert Edincik
Team: https://www.hackerearth.com/challenges/hackathon/flip-fest/dashboard/3744a70/team/ @bluesign (Tackling solo) plan time: 2021-10-17 I will try to make this configurable, also optionally with possibility to use flow.json accounts.
I will move on to testing and documentation parts if all good, but not sure about how to unit test this part.
@bluesign [email protected] 100%
If anyone is using svelte / rollup, made a successful rollup config : https://github.com/bluesign/fcl-svelte-rollup/blob/main/rollup.config.js
maybe let's make this generic to any FungibleToken somehow, who knows if there will be USDC after 5months
I agree with @cybercent and @bjartek at the same time. > The problem with storage iteration here is that you have to know exactly what to look for. If somebody...
Few comments: This is basically bringing auction capability I guess, so it kinda needs escrow, but also then NFT should be in escrow too. 2 transactions issue is a bit...
Is there anyone currently using StoreFront on production ? or indexing from events etc ? If no-one is using as a marketplace, maybe it can be better to focus on...
You can page catalog with slice actually. Adding item to catalog is a rare event. Order is deterministic until dictionary is modified. we can use a lastmodified variable on catalog....
@janezpodhostnik yeah it is implementation detail ( atree ) , but considering deterministic output, I don't think the order can change on cadence side per execution ( unless storage changes...