Ben Guidarelli
Ben Guidarelli
I forgot about this one, assuming the conflict is resolved is it good to merge? cc @ahangsu @bbroder-algo
Would it make sense to have some other types that were better for this type of thing that could be initialized from/encoded into an ABI type? ex: ``` StringArray: positions:...
https://github.com/barnjamin/rareaf/tree/price-tokens addressing in this branch
I think this would make sense to implement as another token that is given to each listing on "Approval". The unapproved listings would appear in a query where `price token...
Another option would be to approve a given account for all listings by them, would be 1 transaction to set them as "approved" and from then on they can post...
In another project https://github.com/barnjamin/arc3.xyz im using web3.storage and it provides an interface for any asset types, not just images.
How do we track "my listings" if the listing address is no longer in the creators local state?
@dohooo I'd recommend using https://github.com/txnlab/use-wallet over this lib
The royalty behavior would need to be implemented as an ASA wrapped in a smart contract where the smart contract can enforce royalties during transactions. I've not yet come up...
https://github.com/barnjamin/rareaf/pull/11 working on this