找到约 14 条结果

文章 每周以太坊进展,2020-12-06

...要几个月才能用](https://blog.deversifi.com/a-tale-of-intrigue-non-standard-erc20-tokens-and-platform-upgrades/) ## 开发者材料 * [Solidity Underhanded 竞赛优胜者](https://blog.soliditylang.org/2020/12/03/solidity-underhanded-contest-winners/) * [使用 chaind 分析信标链...

文章 以太坊 - Proto-Danksharding (Deneb & Electra) - Manunalepa

.../ssz_snappy INFO sync: Subscribed to topic=/eth2/69ae0e99/beacon_aggregate_and_proof/ssz_snappy INFO sync: Subscribed to topic=/eth2/69ae0e99/voluntary_exit/ssz_snappy INFO sync: Subscribed to topic=/eth2/69ae0e99/proposer_slashing/ssz_snappy INFO sync: Subscribed to topic=/eth2/69ae0e99/attester_sl...

文章 顶级NFT市场及其差异

...ta.com/) 目录 [切换](https://blockapps.net/blog/top-nft-marketplaces-and-how-they-differ/#) ## 顶级 NFT 市场概览 不可替代代币(NFT)的世界已经爆炸式增长,涌现出众多市场来促进这些独特数字资产的购买、销售和交易。在本概述中,我们将...

文章 代码中的数学确定性:为何智能合约形式化验证不可或缺

...usesLibrary(wallet) IMPLIES libraryExists()") @invariant("onlyAuthorizedCanDestruct()") async initWallet(owners: string[]): Promise { // 证明义务:验证这不会违反不变量 require(owners.length > 0, "Must have owners"); require(!this.initialized, "Already initialized"); ...

文章 个人数据所有权的未来

...宙经济中的机遇与挑战](https://blockapps.net/blog/opportunities-and-challenges-in-the-metaverse-economy/) - [去中心化系统在网络安全方面的未来](https://blockapps.net/blog/the-future-of-cybersecurity-with-decentralized-systems/) - [代币化及其对商业的影响](https://bl...

文章 以太坊合约 ABI 和 EVM 字节码

...7/1_y3MlDKVKoQcEv03UrCPEHA.png) [Ethernaut Lvl 0 Walkthrough: ABIs, Web3, and how to abuse them](https://hackernoon.com/ethernaut-lvl-0-walkthrough-abis-web3-and-how-to-abuse-them-d92a8842d71b) ## EVM 字节码(Bytecode) EVM 字节码是一种低级编程语言,它是从高级编程语言...

文章 链下计算的 Mina 智能合约 zkApps 快速入门

...ers to 32 bits PrivateKey, PublicKey, Signature; // useful for accounts and signing new Group(x, y); // a point on our elliptic curve, accepts two Fields/numbers/strings Scalar; // the corresponding scalar field (different than Field) CircuitString.from('some string'); // string of max lengt...

文章 在5分钟内构建一个cNFT铸造移动应用程序

...容** 本教程介绍如何构建一个NFT(非同质化代币)铸造Android应用程序。目的是让用户轻松捕捉图像并在Solana上铸造压缩的NFT。为实现此目的,我们将使用[Helius Mint API](https://docs.helius.dev/compression-and-das-api/mint-api)。这个API加速...

文章 Solana 开发学习之Solana 基础知识

...all/active_release/bin:$PATH" to /Users/qiaopengjun/.bash_profile Close and reopen your terminal to apply the PATH changes or run the following in your existing shell: export PATH="/Users/qiaopengjun/.local/share/solana/install/active_release/bin:$PATH" ``` - 配置环境变量 ```she...

文章 以太坊核心开发者执行会议#185记录

...ra 开发者测试网络 [pectra-devnet-0](https://notes.ethereum.org/@ethpandaops/pectra-devnet-0) 规划的范围来实现 EIP。 ### 辩论 Prague 中还应包含哪些内容 在本周的会议之前,EL 客户端团队分享了关于他们希望在 Prague 中包含的其他 EIP 的书面...

文章 密码学Roll-ups和哈希

...ementById("keysize").value; keyseed = CryptoJS.lib.WordArray.random(keysize / 8); document.getElementById("key").innerHTML = "Key size: " + keysize+"\n"; document.getElementById("key").innerHTML += "Key: " + keyseed; } async function encryptMes...

文章 去中心化金融(DeFi)清算风险与漏洞解析

...ps://solodit.cyfrin.io/issues/h-7-possible-to-liquidate-past-the-debt-outstanding-above-the-min-borrow-without-liquidating-the-entire-debt-outstanding-sherlock-none-notional-v3-git)。 **指导原则:** 协议是否在所有修改头寸的功能中强制执行最低头寸规模,还是仅在创建...

文章 快速的口令电路入门指南

...直接是程序的最终输出。现在,让我们看一下最左侧的 AND 门: 00 | 0 | 5990 + hash(2, 6816, 6529) ---|---|--- 01 | 0 | 5990 + hash(2, 6816, 4872) 10 | 0 | 5990 + hash(2, 8677, 6529) 11 | 1 | 1921 + hash(2, 8677, 4872) 这里,门的输出只是被用作其他门的...

文章 【深度知识】RPC原理及以太坊RPC的实现

...ug", Version: "1.0", Service: debug.Handler, }, { Namespace: "debug", Version: "1.0", Service: NewPublicDebugAPI(n), Public: true, }, { Namespac...