Raphaël @ dappy
Results
12
comments of
Raphaël @ dappy
Hi all, I'm encountering the same issues for making rchain-token scalable. In my case I store purses, and each of them has an id: "1","2","4" if fungibles, or "amazoon","microsooft",instagruum" for...
I propose the following solution to identify users (that you don't know the public key yet), without the need for `deployerId`. The contract has a unique nonce: ```nonce: "UNIQUE_NONCE"``` When...