kitty-kad

Results 19 comments of kitty-kad

I like this proposal. I know other blockchains tend to use block height often, but here it seems good to use block-time. Especially since block time and time based operations...

I'm wondering if it's needed in Pact, specifically since it's possible to have multiple signing keysets on a transaction. Then its possible to use key-sets / guards to verify if...

Having a separate interface is a good idea. Just to clarify - were you thinking to have this implemented on a contract alongside the fungible-v2 token interface or on a...

The main benefit I think is to help Dapps scale. For Kadena it is theoretical as there isn't a DEX live outside of beta, but it seems like other ecosystems...

What about this as an alteration to the proposal? I like the idea of having a separate interface, and this seems to address the points discussed above ``` (interface poly-metadata-v0...

One thing - is that I'm not sure about the naming as poly-metadata, is Kadena moving towards an ERC-1155 standard which combines NFT + non NFT tokens into one? If...

In [ERC 721](https://eips.ethereum.org/EIPS/eip-721) this seems similar to the optional tokenOfOwnerByIndex method

@emilypi > 1. .... The gas cost for this may be nontrivial, and shunting this to either the end user or the service is suboptimal. Two points on that -...

Thanks for the response ! Appreciate you going through the pints In regards to > But if you're listening for kiddykads.marmalade-token.*, you'll have everything you need in terms of events,...

I've raised another proposal which handles this and a few other issues related to making Dapps easier. https://github.com/kadena-io/KIPs/issues/25 At the moment the proposal doesn't use methods like `tokenOfOwnerByIndex` but could...