Some technical questions about the grin application.(一些关于grin应用的技术疑问)

Since I am not a software engineer, I have a question about blockchain of to ask:

  1. I heard that Bitcoin is basically a public ledger, and if Bob wants to prove his deposit to Alice, he just needs to provide his wallet address, and Alice can check the deposit balance on the blockchain of bitcoin.
    But grin is not public and private, and there is no address. If Bob wants to prove his grin deposit to Alice, how can he effectively prove it publicly?
  2. Some hashes can be written into BTC; can grin also write hashes(Can grin store byte data?)? If I have another chain L2, can I use grin as L1 to increase credibility?

一些关于grin应用的技术疑问
因为不我是软件工程师,有一个关于区块链的疑问请教:
1.我听说,比特币基本上是公开帐本,如果bob要向alice证明存款,只需给出bob持币地址,alice可以链上查看存款余额。
但grin 是不公开和隐私的,又没有地址,如果bob要向alice证明grin存款,如何有效公开证明。
2.有些hash 可以写入btc;grin也可以写好hash吗,如果我有另一个链L2,可以以grin为L1增加信用吗

  1. Payment proofs
    Payment Proofs - Grin Documentation

  2. No, Grin does not have fields like OP_RETURN where you can store any additional data, so this means no ordinals or hashes

4 Likes

You cannot spam grin with data, but you can sign a messaga via a transaction. So you can use it to create proofs, e.g. time stamps, but that message or data itself is not stored on chain.

4 Likes