找到约 13 条结果

文章 使用 web3modal SDK实现连接MetaMask 钱包,部署到Vercel

...DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead. (Use `node --trace-deprecation ...` to show where the warning was created) Vercel CLI 34.3.1 ? Log in to Vercel Continue with Email ? Enter your email address: 1131764933@qq.com We sent an email ...

文章 什么是多签名钱包?一个原理性介绍

...选的密语](https://blog.bitbox.swiss/en/optional-passphrases-benefits-and-risks/))的最大区别在于,它是在网络层面强制执行的:如果一笔比特币交易不满足所需的条件,网络中的其他节点会直接拒绝它。 ![](https://img.learnblockchain.cn/2025/07/18/mul...

文章 sui move开发实战-dao(2)

...n init(witness: DAO, ctx: &mut TxContext) { //1. create dao token and mint supply let (treasury_cap,metadata) = coin::create_currency(witness,18,b"DAO",b"dao",b"Dao token.",option::none(),ctx); transfer::public_freeze_object(metadata); let total_balance = coin::mi...

文章 以太坊密码学

...——是一个非常大的数字,十进制大约为$ 10^{77}$”——Andreas Antonopoulo,《Mastering Ethereum: Building Smart Contracts and DApps》的作者 注意,私钥生成是离线的;它与以太坊网络没有任何通信,也不需要。 *不要自己编写代码来生成随...

文章 Solana Actions and Blinks

...生命周期[#](https://solana.com/docs/advanced/actions#action-execution-and-lifecycle) 实际上,与 Actions 的交互和与常见的 REST API 的交互非常相似: - 客户端向 Action URL 发出初始`GET`请求,以获取可用 Action 的元数据 - 端点返回的响应包括...

文章 技术进步对采矿效率的影响

...求上升与贵金属范式](https://www.linkedin.com/pulse/rising-tech-demands-precious-metal-paradigm-emco-network-7wpzc)]。对可再生能源的推动也增加了对[贵金属](https://blockapps.net/blog/future-tech-innovations-expected-to-disrupt-precious-metals/)的需求,白银是太阳能...

文章 价格预言机的使用总结(二):UniswapV2篇

...iveLast; uint public price1CumulativeLast; ... // update reserves and, on the first call per block, price accumulators function _update(uint balance0, uint balance1, uint112 _reserve0, uint112 _reserve1) private { ... uint32 blockTimestamp = uint32(block.timestamp % 2**32); ...

文章 以太坊2.0质押详解:要求、回报与风险

...押要求……**]** 目录 [切换](https://blockapps.net/blog/understanding-ethereum-2-0-staking-requirements-rewards-and-risks/#) ## 以太坊 2.0 的质押要求 ### 最低 ETH 要求 以太坊质押的基础始于单人(solo)质押的 **32 ETH** 的最低要求。这项可观的投资...

文章 理解代币经济学: 成功的有效ICO代币分配策略

...乎 80% 的 ICO 被认定为诈骗](https://droomdroom.com/7-ways-to-spot-and-avoid-crypto-ico-scams/),这突出了对结构良好的代币分配策略的迫切需求。 **代币分配的演变** 自 J.R. Willett 在 2013 年进行首次 ICO 以来,代币分配发生了显著的演变。现代...

文章 noname 邂逅以太坊:与 SnarkJS 集成 - ZKSECURITY

.../gist.github.com/katat/7482d07ae783a5b20a4e5f04dec4cb16#file-snarkjs-prove-and-verify-sh-L36)。 我们在以太坊上部署了一个实例,位于 [0x7c686a33ac3f2c911b03b9aa80e5175d3ab4152a](https://sepolia.etherscan.io/address/0x7c686a33ac3f2c911b03b9aa80e5175d3ab4152a#code)。 要在链上测...

文章 Miniscript 和描述符:比特币的隐藏力量

> _作者:Sandipan Dey & Rajarshi Maitra_ > > _来源: [https://bitcoindevkit.org/blog/hidden-power-of-bitcoin/](https://bitcoindevkit.org/blog/hidden-power-of-bitcoin/)_ 要给某人发送比特币,我们只需扫描一个二维码( _或者粘贴一个地址_)、输入地址,然后就 ...

文章 資料可得性重新命名:用 Data Publication 取代 Data Availability

...本。**\\ \\ medium.com](https://medium.com/taipei-ethereum-meetup/rollup-and-data-availability-227340f1dbd6?source=post_page-----baac93be223f---------------------------------------) ## Data Availability — 資料可得性 隨著模組化區塊鏈的設計越來越流行,大家也越來越常...

文章 比特币的私钥:转码与使用

...者:Arman The Parman_ > > _来源: [https://armantheparman.com/public-and-private-keys/](https://armantheparman.com/public-and-private-keys/)_ 凡是关心自己的比特币财产安全的人都应该试着理解下图: ![](https://img.learnblockchain.cn/2025/07/13/53c6f2c726ec43d6bf8aecdf96...