找到约 15 条结果

文章 Solidity 如何实现质押和奖励合约

> * 原文链接: https://hackernoon.com/how-to-implement-a-stake-and-reward-contract-in-solidity > * 译文出自:[登链翻译计划](https://github.com/lbc-team/Pioneer) > * 译者:[翻译小组](https://learnblockchain.cn/people/412) 校对:[Tiny 熊](https://learnblockchain.cn/people...

文章 像专业人士一样部署智能合约!!!

...ain.cn/2025/03/29/tenor-logo-B3B9BF.svg)](https://tenor.com/view/oprah-you-and-you-pointing-gif-19180004) **_第一_**:我们将从 [这里](https://www.npmjs.com/package/hardhat-deploy) 安装 `hardhat-deploy`。根据你的使用方式,将使用 `npm install` 或 `yarn add`。 **_第二_...

文章 如何安装和运行一个 Geth 节点

...和命令,请访问[这里](https://geth.ethereum.org/docs/interface/command-line-options/)。 ## 结论 运行节点有助于使以太坊网络更具弹性。更多的独立节点,更好的去中心化。我们在 QuickNode 为数百名客户运行节点。如果你在按照本教程的步骤...

文章 DEFI - COMP COMP COMP

...erhman Kohli/DeFi Weekly\]](https://defiweekly.substack.com/p/comp-lessons-and-learnings) - COMP 增长黑客 DeFi [\[Dan Elitzer, Ryan Sean Adams, David Hoffman/Bankless\]](http://podcast.banklesshq.com/comp-growth-hacking-defi-dan-elitzer) - 为什么 COMP 在第一天增长了 5 倍以及...

文章 创世文档:Hal Finney 的数字现金探索成果 RPOW

...lture/the-genesis-files-how-hal-finneys-quest-for-digital-cash-led-to-rpow-and-more](https://bitcoinmagazine.com/culture/the-genesis-files-how-hal-finneys-quest-for-digital-cash-led-to-rpow-and-more)_ ![1](https://img.learnblockchain.cn/2025/07/13/ef9412e513d2498599a402a65ccf0b20.png) 哈尔·芬...

文章 DeFi生态圈解构

...们近期的[博客文章](https://medium.com/loopring-protocol/chainlink-and-loopring-collaborate-on-oracles-for-zkrollup-dex-protocol-c1c8094afc27)或观看[AMA视频](https://www.youtube.com/watch?v=eAgKaxLGnq8)。 ### 其他DeFi应用 其他最近比较火的DeFi Dapp包括Set协议(自...

文章 Web3系列教程之进阶篇---11. The Graph索引协议

... 构建 - 我们将使用你在`Chainlink VRF`教程中创建的名为`RandomWinnerGame`的文件夹。 - 在你的`RandomWinnerGame`文件夹内创建一个abi.json文件(你将需要这个文件来整合你的图)并复制以下[内容](https://github.com/LearnWeb3DAO/Graph/blob/master/abi...

文章 从Web3开发者到智能合约审计员:当已知标准背叛你

...00 万美元的代币。 阅读更多:[uniswap-lendf-me-hacks-root-cause-and-loss-analysis](https://peckshield.medium.com/uniswap-lendf-me-hacks-root-cause-and-loss-analysis-50f3263dcc09) 2. **EIP-2612 Permit 重放 DAI (2022):** 该漏洞利用基于 ERC-20 Permit 标准 (EIP-2612),该标准允...

文章 使用 ERC-1271,让 Dapp 兼容智能合约钱包

...t/eip1271-verification-util"; const checkSig = async () => { // the random message (nonce) that was signed const data = "0x787177"; // defining signer and the rpc url const signerAddress = '0x4836a472ab1dd406ecb8d0f933a985541ee3921f'; // the rpc url to make requests const rpcUr...

文章 用 Rust 程序和 Webase 交互 | Rust 学习笔记(四)

...n = "0.1.0" authors = ["leeduckgo "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] reqwest = { version = "0.10", features = ["blocking", "json"] } tokio = { version = "0.2", features = ["full"] } ``` 我...

文章 每周以太坊进展 2023/10/21

...MEV-Burn](https://ethresear.ch/t/in-a-post-mev-burn-world-some-simulations-and-stats/17092) 模拟统计数据 - [Total-Order Broadcast protocol](https://arxiv.org/abs/2310.11331),在 Sleepy 模型中进行单一投票决策 ## **Layer2** - [Scroll](https://scroll.io/blog/founderLetter)(z...

文章 zk-SNARK 系列 - #2 证明多项式的知识

>- 原文链接:https://medium.com/@imolfar/why-and-how-zk-snark-works-2-proving-knowledge-of-a-polynomial-f817760e2805 >- 译者:[AI翻译官](https://learnblockchain.cn/people/19584),校对:[翻译小组](https://learnblockchain.cn/people/412) >- 本文永久链接:[learnblockchain.cn/...

文章 开发 Substrate 的准备工作

...](https://rufflewind.com/2017-02-15/rust-move-copy-borrow)。 ![borrow and ownership](https://img.learnblockchain.cn/2020/06/22_/147717414.png) 以上内容就是 Substrate 开发必备的 Rust 知识。当然,在开发过程中,还少不了要了解标准库和其他工具包的使用,...

文章 Sui 中的密码学:钱包规范

...ss = signer.getAddress(); console.log('address', address); // Sign some random data. const signData = new Base64DataBuffer( new TextEncoder().encode('hello world') ); const { signature, pubKey } = await signer.signData(signData) console.log('signature', signature); // Sign a typed data, i.e...

文章 区块链研究指北

....al/CSE138-2020-03/index.html)。 3. 布朗大学的 `CS1951L Blockchains and Cryptocurrencies`。我推荐这个课的原因主要是因为讲这个课的教授 [Maurice Herilhy](https://link.zhihu.com/?target=http%3A//cs.brown.edu/~mph/) 是个非常有意思的老头。一把年纪了还在科...