Raphaël @ dappy

Results 12 comments of Raphaël @ dappy

Some browser might tend to loose connection every [I don't know] seconds/minutes/hours. The solution is to reload the connection, I do it every 10 minutes: ``` setInterval(() => { console.log('IndexedDB...

Hi, I work everyday with my own network. You must either connect to an existing/running rchain network (testnet) or run your rchain node. Then you have to run dappy-node that...

You should start by connecting to the rchain testnet, so you just have to run dappy-node

run rchain node https://rchain.coop/developer.html run dappy-node https://github.com/fabcotech/dappy-node

NFT (non-fungible token) in the way I see it, is a bag with `"quantity": 1, "n": "silver"` and with no other bag referring to the same tokenId `"silver"`, if you...

No, a bag (can be NFT or FT) cannot be owner by a contract because the mechanism of authentication is signature-based and not unforgeablename-based. This means that the rchain-token contract...

Another challenge, let's say you have 100 tokens. If ownership is expressed by the capability of generating a user-specific unforgeable name (like `rho:rchain:deployerId` in locker, I don't know about MakeMint),...

Ok thanks I looked at the agoric presentation, I got it, you either possess an object/purse identifiable by the issuer (MakeMint for example) or you don't. I will in fact...

Ok interesting, what is the thing you are interested in ? (1) Relationnal links, in a way that a NFT A may have a one-to-many relation, with other NFTs in...

Great progress ! I propose that the output format can be text or JSON, JSON is important because it allows any developer to plug vizualition tools.