找到约 12 条结果

文章 以太七日谈 • 2022/6/8

... 1 亿美元的 D 轮融资。投资方包括其领头投资方 Greenoaks and Coatue 以及 Tiger Global 等投资方。 来源:https://twitter.com/starkwareltd/status/1529454921451458560?s=21&t=st4jZ8HqyDpE_0_R78-QBw **➤ L2 协议生态更新系列推荐** 加密/Web3 投资公司 Para...

文章 EthCC[7]学习笔记:以太坊Rollup中心化路线图的真相

...CC).%20In%20this%20note%2C%20Christine%20shares%20her%20main%20takeaways%20and%20learnings%20from%20EthCC%5B7%5D.) - [Email](mailto:email@email.com?Subject=Read:%20Learnings%20from%20EthCC%5B7%5D%3A%20The%20Truth%20About%20Ethereum's%20Rollup-Centric%20Roadmap%20&body=Learnings%20from%20EthCC%5B7%5D...

文章 fhEVM 全同态加密 EVM 是如何工作的?

...跑或狙击交易](https://coinmarketcap.com/academy/article/frontrunners-and-mev-explained-how-to-beat-the-bots) 以从受害者的交易中窃取额外利润。如果生成的区块可以隐藏以不透露交易内容;如果交易中的金额和交互可以保持私密,那么这些问题就...

文章 Vitalik:不同类型的 ZK-EVM

...对的新秀,最近也宣布了他们的 ZK-EVM 项目。还有 [Privacy and Scaling Explorations(隐私和扩容探索)团队](https://github.com/privacy-scaling-explorations/zkevm-circuits)、[Nicolas Liochon et al 的团队](https://ethresear.ch/t/a-zk-evm-specification/11549),以及 Neth...

文章 聊聊接入Arbitrum的正确姿势

...龙头每次可以领取到好几种币,包括 1 ETH, 1 wETH, 500 DAI, and 5 NFTs。不过,对推特账号有要求,要求至少有 1 条推文、15 个 followers、注册 1 个月以上。我自己的推特账号目前也才只有 5 个 followers,不满足条件。 第三个水龙头是 ...

文章 以太坊DEX的交易与套利:获取汇率(第1部分)

> * 原文:[Trading and Arbitrage on Ethereum DEX: Get the rates (part 1)](https://ethereumdev.io/trading-and-arbitrage-on-ethereum-dex-get-the-rates-part-1/) 作者: https://ethereumdev.io/author/peter/ > * 译文出自:[登链翻译计划](https://github.com/lbc-team/Pioneer) > * 译者:...

文章 Kusama系列:如何进行链上治理

...事件](https://link.zhihu.com/?target=https%3A//www.coindesk.com/understanding-dao-hack-journalists),可以感受到以太坊网络的治理氛围,在各种社交频道都能看到针对这次攻击及其解决方案的激烈讨论,最终以硬分叉的形式将被黑客盗取的ETH退还给...

文章 深入了解MPT树

... // 如果整个key都匹配,则只更新对应的value // and only update the value. if matchlen == len(n.Key) { // 递归调用 insert,继续处理子节点。 dirty, nn, err := t.insert(n.Val, append(prefix, key[:matchlen]...), key[matchlen:], value...

文章 如果Fabric的智能合约函数陷入死循环会怎么样

... s := "{\"fields\": [\"GoodsName\", \"GoodsCount\"], \"selector\":{ \"$and\": [{\"GoodPrice\":{\"$gte\": 1}}, {\"GoodPrice\":{\"$lte\": 100}}] }}" resultsIterator, err := stub.GetQueryResult(q) defer resultsIterator.Close() if err != nil { return shim.Error(err.Er...

文章 深入理解Plasma(一)Plasma 框架

...建了一系列[智能合约](https://learnblockchain.cn/2018/01/04/understanding-smart-contracts/)作为主链和子链 Game Chain 通信的媒介。这些智能合约中不仅规定了子链中的一些基本的状态转换规则(例如如何惩罚作恶的节点),也记录了子链中的状...

文章 教程:创建由以太坊支持的 Web3 聊天

...) => { const isMetaMaskInstalled = useIsMetaMaskInstalled(); // Handle connection to MetaMask const handleOnConnect = () => { window.ethereum .request({ method: "eth_requestAccounts" }) .then((accounts: string[]) => { setAccount(ethers.utils.getAddress(accoun...

课程 BTC 系列公开课

... [课件](https://img.learnblockchain.cn/pdf/2024/Intro-to-cypherpunk-and-bitcoin.pdf) **DAY2: 曾汨 - 自主保管钱包的内核和体验** 钱包技术基础:公私钥、助记词、派生路径 实用钱包知识:单签名&多签名、如何选择比特币钱包 自我保管钱...