找到约 14 条结果

文章 转型医疗:用于安全医疗记录的区块链

...hors/2023/07/31/how-blockchain-can-revolutionize-healthcare-records-access-and-security/),区块链技术可以通过使用私钥和公钥,类似于比特币钱包的工作方式,使个人能够行使对其医疗信息的自主权。 区块链在医疗健康领域的另一个显著优势是...

文章 关于Solana v1.17更新的所有信息

...ources/moneropedia/pedersen-commitment.html)的加密消息和解密处理Handle,以实现密码得以执行隐藏的数学操作 - [Σ协议](https://spl.solana.com/confidential-token/deep-dive/zkps#sigma-protocols)用于验证保密转账。它们是一类特殊的零知识证明,其中一方...

文章 Solana 的通胀率是否过高?

...资金方面面临着比许多行业同行更大的挑战。例如,Algorand 通过类似的 CoinList 拍卖在六个月前成功筹集了 [$6000万](https://www.coindesk.com/markets/2019/06/19/algorand-raises-60-million-in-token-sale/),而 Hedera Hashgraph 在十八个月前则从机构和高净...

文章 Uniswap Permit2 - 高效、一致和安全的授权

... ## 参考资源 - [Permit2公告](https://uniswap.org/blog/permit2-and-universal-router) - Permit2的地址也可以在这里找到 - [Permit2 Repo](https://github.com/Uniswap/permit2) - Permit2智能合约代码 - [Permit2 `SignatureTransfer` 文档](https://docs.uniswap.org/contracts/perm...

文章 零知识证明的力量:深入理解zk-SNARK

...Review of Zero Knowledge Proofs” (Thomas Chen, Abby Lu, Jern Kunpittaya, and Alan Luo) 1. “Why and How zk-SNARK Works: Definitive Explanation” (Maksym Petkus) 1. Website: Zero-Knowledge Proofs 1. Wikipedia: Elliptic curve 1. Wikipedia: Finite field ...

文章 【Web3 探索】如何获取地址拥有的所有 NFT

...butes: [Array], description: "CoinStats GLXY is for the starry-eyed and galaxy-brained. It's for those whose spaceship has landed on CoinStats planet, who appreciate the mysterious glow the cosmic entities on our orbit give off. Enjoy the kitsch!", image: 'ipfs://QmVaTJSCgGFyfcd4hsaTN2...

文章 你现在就可以在 Layer-2 上做的 7 件事

...ium.com/matic-network-becomes-polygon-ethereums-internet-of-blockchains-expands-mission-and-tech-scope-364932c02cd0),转型成致力于 “让以太坊成为区块链的互联网”。 此次品牌重塑的题中之义是,该团队将开始拥抱 optiimistic rollup、zk rollup,等等。 ...

文章 【源码解读】你买的NFT到底是什么?

...链下监听到这次交易的数据 ``` /** * @dev Mints `tokenId` and transfers it to `to`. * Emits a {Transfer} event. */ function _mint(address to, uint256 tokenId) internal virtual { require(to != address(0), "ERC721: mint to the zero address"); require(!_exists(tokenId), "...

文章 每周以太坊进展 2023/12/23

... - **Goerli 影子分叉 1** [分析](https://notes.ethereum.org/@ethpandaops/dencun-gsf-1-analysis):来自 4 个大洲的 290 个节点,除 Erigon 外的所有客户端;blob 将网络使用量增加了约 200kbps,区块延迟增加了约 300ms - **预编译地址范围**:范围的...

文章 zkPorter:Layer 2 方案的新突破

...,很快就会被[诱导需求](https://en.wikipedia.org/wiki/Induced_demand?fileGuid=xVTRG3H9XYGrpWHp)所吞噬。 Rollup 只能线性增加吞吐量(所有数据还是要广播到所有全节点)。但是,若要实现真正意义上的可扩展性,我们需要让吞吐量实现指数...

文章 从RPC到执行 - Solana的费用市场和交易管道的排队理论视角 - 第二部分

...wpmucdn.com/wordpressua.uark.edu/dist/7/795/files/2016/08/comparing_static_and_dynami.pdf) 或 [PID 类](https://en.wikipedia.org/wiki/Proportional%E2%80%93integral%E2%80%93derivative_controller) 控制器在实践中往往有效。 --- ### 串行优先级的建模与仿真 #### 近似分析 串...

文章 BIP 158 致密区块过滤器详解

... for o := range objects { // Using the given key, max number (F) and object bytes (o), // convert the object to a number between 0 and F. v := convertToNumber(b, F, key) numbers = append(numbers, v) } // 给 numbers 列表排序 sort.Slice(numbers, func(i,...

文章 EIP-7918:Blob 基础费用由执行成本限定 - EIPs / EIPs core

...拍卖设计的相关背景([Data Always](https://ethresear.ch/t/understanding-minimum-blob-base-fees/20489), [Wahrstätter](https://ethresear.ch/t/on-blob-markets-base-fee-adjustments-and-optimizations/21024), [Crapis](https://ethresear.ch/t/eip-4844-fee-market-analysis/15078)). ## 摘要 此 E...

文章 fhEVM 协处理器介绍:在以太坊、Base 和其他 EVM 链上运行 FHE 智能合约

...es[from], transferValue); // Allow users to see their balances, and the contract to update it TFHE.allow(_balances[to], to); TFHE.allow(_balances[from], from); TFHE.allowThis(_balances[to]); TFHE.allowThis(_balances[from]); return true; ...