找到约 11 条结果

文章 零知识证明 - 深入理解Zinc

...erator instruction. Not(Not), /// A logical operator instruction. And(And), /// A logical operator instruction. Or(Or), /// A logical operator instruction. Xor(Xor), /// A comparison operator instruction. Lt(Lt), /// A comparison operator instruction. Le(Le), //...

文章 How to use eth_getTransactionReceipt?

...are important as it is **the transaction proof** which could be verified and identified by any body using the pre-defined encoding-decoding spec of EVM. Usually there are 2 methods to get 2 different kinds of granularity log data. One is **eth_getTransactionReceipt**, the other is **eth_getBlock...

文章 每周以太坊进展 2020/03/15

...](https://medium.com/1milliondevs/new-storage-layout-for-proxy-contracts-and-diamonds-98d01d0eadb) * EthGlobal 的 [以太坊开发者信息反馈](https://ethglobal.typeform.com/to/RxHlK8) * [体积节约 10 倍的 Javascript 签名器/验签器](https://www.reddit.com/r/ethereum/comments/fh18yj/...

文章 艺术品和收藏品的代币化:完整指南

目录 [切换](https://blockapps.net/blog/tokenizing-art-and-collectibles-a-complete-guide/#) ## I. 现实世界资产(RWA)在艺术品和收藏品市场中的通证化概述 现实世界资产(RWA)的通证化正在通过利用区块链技术创建物理资产的数字表示,从而彻...

文章 伪代码简述 ECDSA 签名过程 | 联盟链开发

...些啥。 - **calculate_rem(num1, num2)** 取余操作 - **hash_and_sth(m)** 我们对信息 m 做一些处理,具体咋处理的不用管,结果就是我们能拿 m 验证出来出来的内容是否正确,但不能拿处理出来的内容反推 m —— 传说中的 hash 函...

文章 Web3系列教程之新手篇---Level 9:NFT教程

...Item is ERC721 signifies that the contract we are creating imports ERC721 and follows ERC721 contract from openzeppelin contract GameItem is ERC721 { constructor() ERC721("GameItem", "ITM") { // mint an NFT to yourself _mint(msg.sender, 1); } } ``` - 编译合约,打开终端并执行...

文章 Solidity位操作运算符简介

...// [10110101] bytes1 b = 0x56; // [01010110] ``` ## 2、与运算/AND 两个变量中都是1的位,其与计算/AND结果位才是1,否则都是0: ![](https://img.learnblockchain.cn/2020/02/05_/51162289.png) 上图中黄色部分表示计算结果,可以看到...

文章 闪电网络中的 “多路径支付”

...tudy.org/2023/11/24/multipart-payments-on-lightning-network-break-down-amp-and-mmp/#%E5%8D%95%E8%B7%AF%E5%BE%84%E6%94%AF%E4%BB%98 "单路径支付")单路径支付 我们先玩一个思维实验,以更好地理解多路径支付的目的。 假设 Alice 想通过闪电网络给 Bob 支付 1 ...

文章 Web3系列教程之进阶篇---8. IPFS实战

... URI for each * token will be the concatenation of the `baseURI` and the `tokenId`. */ string _baseTokenURI; // _price is the price of one LW3Punks NFT uint256 public _price = 0.01 ether; // _paused is used to pause the contract in case of...

文章 复苏之路 - Nomad 跨链桥遭受攻击后

...ge Hack Bounty](https://medium.com/nomad-xyz-blog/nomad-bridge-hack-bounty-and-faqs-d7726aaf359e),以进一步激励黑客返还资金。到目前为止,已经追回了大约 20% 的资金(超过 3700 万美元),这证明了许多白帽站出来做了正确的事情。 我们预计这...

文章 加密货币详解:数字货币世界

...ainlikeimfive/comments/u67l1b/eli5_what_is_blockchain_exactly_conceptually_and/)]。 2. **链式结构**:比特币区块链中的每个区块都引用前一个区块的唯一标识符,称为哈希值。这种链式结构确保了整个区块链的完整性和不可变性,因为任何更改单...