tqtezos/minter

Add collection name (or its ID) to the URL

Closed this issue · 4 comments

This way or some similar, I think:
Screenshot 2021-04-21 at 15 38 55

Why? Because right now it always loads this one:
Screenshot 2021-04-21 at 15 40 12

And so right now I need to wait before my browser loads this Minter, and only after it I can open up my other collection, which also takes time to load.

Hey @ungarson - it might get difficult with that kind of routing if two collections on an instance have the same exact name so the contract name serves as a unique reference.

@obstropolos yes, that's why I've also mentioned some ID of the contract (contract address maybe)

To clarify would /collections/contract/name add a bit of context in this case?

@obstropolos do you mean contract address by contract in the url? I might be wrong but I think one contract can't have multiple names if it belongs to one network, I think maybe /collections/network/contract_address would work fine