【问题标题】:Programming the NEM blockchain & storing ipfs hash对 NEM 区块链进行编程并存储 ipfs 哈希
【发布时间】:2018-10-31 15:24:13
【问题描述】:

我正在考虑将 IPFS 内容哈希集成到 NEM/Mijin 区块链中。如果我在马赛克的消息部分附加 ipfs 哈希,这是否会实际添加到区块链中,或者我是否需要将哈希添加为马赛克名称的一部分,但是如何建议这样做,因为马赛克名称没有不接受大写字母?

当我查看我的个人资料帐户交易时,会显示马赛克,但不会显示消息。是否可以恢复交易中包含的消息?

ie 是否有恢复块交易信息的命令? S nem2-cli account tranasactions --profile 没有恢复消息详细信息?

只是: 收件人、马赛克、签名者、截止日期和哈希

我正在使用 nem2-cli 和 MIJIN_TEST 网络

如果你可以给我一些建议。,或传递消息谁可以。我将不胜感激。

【问题讨论】:

    标签: blockchain ipfs nem


    【解决方案1】:

    如果您将 ipfs 的哈希添加到马赛克的消息中,它将存储在区块链中。

    如果你使用:

    nem2-cli transaction info -- profile your-profile --hash the-hash-of-transaction
    

    您应该能够看到交易中的消息。

    如果您没有交易哈希,您可以使用以下命令找到它:

    nem2-cli account transactions --profile your-profile  --publickey the-publicAccount-were-you-send-the-transation-to 
    

    【讨论】:

      猜你喜欢
      • 2021-06-29
      • 1970-01-01
      • 2018-02-13
      • 2022-08-17
      • 2011-09-09
      • 2018-11-28
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多