找到约 13 条结果

文章 Dapp 前端工具: Drizzle Store

...reFox extension MetaMask, or dedicated Ethereum browsers, and make sure to connect one of your accounts to the dapp. ); } if (web3.status === "initialized" && Object.keys(accounts).length === 0) ...

文章 Go语言结构体(struct)详解:定义、使用与JSON编码

...5.472636, 354.4734} locations := []location{ {name: "Bradbury Landing", lat: -4.5859, long: 137.4417}, {name: "Columbia Memorial Station", lat: -14.5684, long: 175.472636}, {name: "Challenger Memorial Station", lat: -1.9462, long: 354.4734}, } fmt.Println(lats, longs,...

文章 从想法到最小可行的 Dapp - Truffle 命令行界面第 1 部分

...fle 导致权限错误。按照[此处](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm/#using-a-node-version-manager-to-install-nodejs-and-npm)的说明为您的操作系统下载 Node 版本管理器。 安装 Node.js 后,您可以使用命令 `npm install -g truffle`全局...

文章 OP_RETURN 及近期争论

...中本聪很快 [修复](https://en.bitcoin.it/wiki/Common_Vulnerabilities_and_Exposures#CVE-2010-5141),将 OP\_RETURN 结果改为总是失败(false),也就是我们现在看到的“携带数据、不可花费”的基础。 而进一步定义 `OP_RETURN ` 为标准化脚本,从而数...

文章 湄公河测试网公告

...及已实现的规范,请参见 [此处](https://notes.ethereum.org/@ethpandaops/pectra-devnet-4)。 Mekong 旨在成为钱包开发者试验 UX 更改和 Staker 增强对即将到来的更改的信心的场所。该测试网将是短期的,并且具有 [Pectra](javascript:void(0)) 的所有预...

文章 Arbitrum桥:2025年快速安全桥接指南

...托管钱包 [支持](https://newsroom.aboutrobinhood.com/robinhood-wallet-and-arbitrum) Arbitrum 上的 swaps,为零售用户带来了低成本、无缝的交易,并突显了 Arbitrum 日益增长的主流吸引力。 - **机构创新:** Tether [选择 Arbitrum](https://cointelegraph.com/new...

文章 Eth2 进展更新 (截至2022/2/25)

...要推荐 Danny Ryan 在 EthDenver 的演讲“[Ethereum Proof of Stake and Our Solar Punk Future](https://www.youtube.com/watch?v=8N10a1EBhBc)” 值得一看。 Preston Van Loon 简明扼要地解释了为什么以太坊 2.0 这个概念事有意义的❤️ ## 信标链 上周发生...

文章 每周以太坊进展 2020/05/10

...ning-a-hyperledger-besu-node-on-the-ethereum-mainnet-benefits-requirements-and-setup/) * Nethermind 客户端 [v1.18.30](https://github.com/NethermindEth/nethermind/releases/tag/1.8.30):使用 Beam sync,几分钟之内就能查询区块链数据并跟踪交易 * [区块见证数据入门读本...

问题 我成功创建了一条本地开发链,访问 https://substrate-ui.parity.io时,显示我没有连接到节点。

...显示"You are not connected to a node. Ensure that your node is running and that the Websocket endpoint is reachable."而且左边侧面只有"settings","github","wiki"三个组建,我没能像参考文章那样做到交易。我是哪里缺少了呢?希望大神能够解决我的问题

问题 在网上抄的代码,在部署时提示Gas estimation errored with the following message (see below). The transaction execution will likely fail. Do you want to force sending? Internal JSON-RPC error. { "code": -32000, "message": "execution reverted" }

...ance with this method brings the risk * that someone may use both the old and the new allowance by unfortunate * transaction ordering. One possible solution to mitigate this race * condition is to first reduce the spender's allowance to 0 and set the * desired value afterwards: * https://github...

文章 什么是 “闪电网络 offer(BOLT12)”?

...提下实现 [LNURL](https://thebitcoinmanual.com/articles/what-is-ln-url-and-how-does-it-work/) 提供的部分功能。BOLT12 offer 可以编码触达某个节点、请求闪电网络发票所需的数据,要么是节点 id,要么是一条[盲化路径](https://github.com/lightning/bolts/blo...

文章 什么是比特币默克尔化抽象语法树?

...ttps://blockstream.com/2015/08/24/treesignatures.html#h.mxbj7rz0xoe5)”、Andrew Poelstra 的 [“无脚本式脚本”](https://diyhpl.us/wiki/transcripts/mit-bitcoin-expo-2017/mimblewimble-and-scriptless-scripts/),还用 Thaddeus Dryja 的 [“Discreet Log Contracts”](https://adiabat.github.i...

文章 以太坊重要扩容方案: Optimistic Rollup现状报告(上)

.../making-sense-of-ethereums-layer-2-scaling-solutions-state-channels-plasma-and-truebit-22cb40dcc2f4) 以了解当时的思维方式)。 加密货币协议有其内在的经济属性,可以激励区块生产者及时地、广泛地共享区块(除非是自私挖矿等边缘情况 [selfish-mi...