找到约 14 条结果

文章 BlockScout详细部署流程

...st:8546 ETHEREUM_JSONRPC_VARIANT parity HEART_BEAT_TIMEOUT 30 HEART_COMMAND sudo systemctl restart explorer.service LOGO /images/blockscout_logo.svg NETWORK POA Network SUBNETWORK Sokol Testnet NETWORK_ICON _test_network_icon.html LINK_TO_OTHER_EXPLORERS true 部署步骤 手动部署 克...

文章 Nervos x Gitcoin bounty 任务0: 设置测试网上的 CKB 节点和 CKB 索引器

...ub.com/Kuzirashi/gw-gitcoin-instruction/blob/master/src/tasks/0.setup.node.and.indexer.md#task-submission)这个部分,这样您就知道您需要提供哪些材料给评审,以便于审查您的任务提交。* 在本次任务中,你将会设置一个本地 CKB 节点以及本地的 CKB ...

文章 智能合约语言 Solidity 教程系列7 - 以太单位及时间单位

...ty 是[以太坊智能合约](https://learnblockchain.cn/2018/01/04/understanding-smart-contracts/)编程语言,阅读本文前,你应该对以太坊、智能合约有所了解, 如果你还不了解,建议你先看[以太坊是什么](https://learnblockchain.cn/2017/11/20/whatiseth/) ...

文章 探索Persistence One生态系统:LSTFi与BTCfi创新

...的地位。其最近[更名](https://blog.persistence.one/2024/06/11/rebranding-dexter-introducing-persistence-dex-and-enhancing-ecosystem-alignment/)为 Persistence DEX 标志着一项战略举措,使该平台更紧密地与总体 Persistence 生态系统保持一致,从而培养统一的品...

文章 如何通过 Hardhat 来验证智能合约

...有安装 npm,请按照[这个指南](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)进行操作。然后,输入以下命令安装 Hardhat: ``` npm install --save-dev hardhat ``` 如果你使用的是 [yarn](https://yarnpkg.com/getting-started/install) 而非 npm,请...

文章 在Azure中部署以太坊测试环境

...kchain networks for development purposes using tools like GoQuorum, Besu, and Codefi Orchestrate. To get started, be sure that you have both Docker and Docker Compose installed, then answer the following questions. Which Ethereum client would you like to run? Default: [1] 1. Hyperledger Be...

文章 有趣的比特币脚本(四):哈希锁

...后,Alice 可以独自花费这笔资金。Policy 语句: ``` or(and(pk(Bob), sha256(H)), and(after(6), pk(Alice))) ``` [编译 ](https://learnblockchain.cn/article/18522/#note1) 出来的 Miniscript 代码是: ``` andor(pk(Bob),sha256(H),and_v(v:pk(Alice),after(6))) ``` 其 ...

文章 如何使用 NFTScan NFT API 在 Avalanche 网络上开发 Web3 应用

...ions contract_address = "0x8927985b358692815e18f2138964679dca5d3b79" # Construct the complete API endpoint URL endpoint = f"{base_url}/transactions/{contract_address}" # Make a GET request response = requests.get(endpoint) # Check the response status code if response.status_code == 200:...

文章 Capella - 信标链

...root: Bytes32 logs_bloom: ByteVector[BYTES_PER_LOGS_BLOOM] prev_randao: Bytes32 # 黄色论文中的 'difficulty' block_number: uint64 # 黄色论文中的 'number' gas_limit: uint64 gas_used: uint64 timestamp: uint64 extra_data: ByteList[MAX_EXTRA_DATA_BYTES] ...

文章 Web3学习之使用Foundry开发部署和开源ERC20合约

...的solidity REPL。 ## Foundry **Foundry is a blazing fast, portable and modular toolkit for Ethereum application development written in Rust.** Foundry consists of: - **Forge**: Ethereum testing framework (like Truffle, Hardhat and DappTools). - **Cast**: Swiss army knife for interacti...

文章 以太坊地址的推导方式(EOA、CREATE 和 CREATE2)

...从 [RLP 编码](https://ethereum.org/en/developers/docs/data-structures-and-encoding/rlp/) 的 `sender` 地址和 `nonce` 的 Keccak-256 哈希计算得出的。生成的合约地址是该哈希的最后 20 个字节(160 位)。 address=keccak256(RLP(\[deployer,nonce\]))\[:20\] 如上式...

文章 聚焦杰出的NFT艺术家和作品集

... [切换](https://blockapps.net/blog/highlighting-prominent-nft-artists-and-collections/#) ## NFT的兴起及其对数字艺术的影响 不可替代代币 (NFT) 的出现彻底改变了数字艺术世界,为艺术家提供了前所未有的盈利、所有权和创意表达的机会。NFT 是...

文章 每周以太坊进展 2023/2/4

...存款、BLS变更和退出 * [3个水龙头](https://zhejiang.ethpandaops.io/)获取浙江测试网ETH * [运行 Lighthouse + Geth 节点](https://github.com/eth-educators/ethstaker-guides/blob/main/zhejiang.md) 指南 * 浙江公共测试网 2月7日 升级到 Shapella * ...

文章 每周以太坊 2024/04/27

...)** * [**Pectra-devnet-0**](https://notes.ethereum.org/@ethpandaops/pectra-devnet-0#Client-implementation-tracker):添加了 EIP7685 通用执行层请求;客户端团队的实现正在进行中,尽管 Erigon 的实现可能会延迟,因为正在实现 Erigon v3 * **E...