找到约 15 条结果

文章 稳定币市场:韩国的战略要务

...0465_image.jpg) 来源:[稳定币:新兴市场的故事 - Castle Island VC](https://castleisland.vc/wp-content/uploads/2024/09/stablecoins_the_emerging_market_story_091224.pdf) 稳定币已经成为区块链的明确杀手级应用,显示出迄今为止任何区块链应用中最强的 p...

文章 Web3治理实验室:利用DAO研究政治机构和行为的大规模应用

...计划](https://www.cambridge.org/core/journals/political-science-research-and-methods/article/does-a-universal-basic-income-affect-voter-turnout-evidence-from-alaska/11D46D5315AEB1C6D01D88D4DB1A8647)——能够提高现实社会的投票率。政治科学家研究如何让人们在本地社区拥...

文章 漫谈 Layer123

...的一些全局机制,例如4337 Account,Name System,Storage,EVM standard。需要Layer1和其他Layer都针对性的兼容和遵守协议,支持接口。 例如各个Layer的客户端,需要遵守特点的服务,来支持Light Client的数据轻同步,一些安全校验的接口...

文章 Schnorr 签名系列:Schnorr 盲签名

...tps://diyhpl.us/wiki/transcripts/building-on-bitcoin/2018/blind-signatures-and-scriptless-scripts/) 和 [这份幻灯片](https://nickler.ninja/slides/2018-bob.pdf) 中探讨了这种应用。 ## 盲眼 CoinSwap 服务器 盲签名的另一个有趣的应用是 CoinSwap 服务器。就像我们在...

文章 Solana - 什么是Metaplex Core以及如何铸造首个Core NFT - Quicknode

...eSet } from '@metaplex-foundation/mpl-core' import { TransactionBuilderSendAndConfirmOptions, generateSigner, signerIdentity, sol } from '@metaplex-foundation/umi'; ``` 我们正在从 Metaplex 库中导入一些方法。我们将在使用它们的过程中详细介绍。 ### 初始化 Umi 接...

文章 Python实现一条基于POS算法的区块链

...要一个TCP长链接。 ```python from socketserver import BaseRequestHandler, ThreadingTCPServer def run(): # start a tcp server serv = ThreadingTCPServer(('', 9090), HandleConn) serv.serve_forever() ``` 在这里我们用了python内库socketserver来创建了一个TCPServer。 需...

文章 手摸手教你完成HOH Move共学Task1-HelloWorld

...rnblockchain.cn/attachments/2024/11/9segIlCe672cd11333017.jpg) 点击`SSH and GPG keys` ![17309799204616.jpg](https://img.learnblockchain.cn/attachments/2024/11/4Oyl4CY9672cd121a3e62.jpg) 点击`New SSH key` ![17309799587486.jpg](https://img.learnblockchain.cn/attachments/2024/11/rx0I5...

文章 Solana验证者面临的挑战与解决方案

... [harplabs-ltd.medium.com/...](https://harplabs-ltd.medium.com/challenges-and-solution-strategies-for-validators-in-solana-entrance-addf243c400b) >- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~

文章 Web3 中最常用的身份验证因素是什么?

...](https://www.okbar.org/lpt_articles/the-rise-of-two-factor-authentication-and-the-authenticators/?ref=blog.web3auth.io),说明了在保护和访问加密钱包等存储中的数字资产时,双重验证 (2FA) 的必要性。 > “描述用于 2FA 的附加因素的一种常见的简写方式...

文章 Autonity (ATN):Autonity区块链上的Staking概览

...经济系统之间的关系,请考虑查看我们的 [Autonity economics and tokenomics blog post](https://learnblockchain.cn/article/20623)。 ## Autonity Liquid Staking Autonity 网络 [utilizes an incentivized liquid staking](https://learnblockchain.cn/article/20500) 模型与网络 validator...

文章 更优越的金融系统 - Placeholder

...助[可组合的创新](https://lindajxie.com/2019/09/25/interoperability-and-composability-within-ethereum/),这种创新速度正在加快。[闪电贷](https://aave.com/flash-loans)、[恒定功能做市商](https://learnblockchain.cn/article/11677)或[为你资产付款的资产管理公司](h...

文章 Uniswap:对流动性提供者来说是个好交易吗?

...exchange-f4ef44f807bf), [2](https://medium.com/@rossbulat/uniswap-understanding-the-decentralised-ethereum-exchange-5ee5d7878996) ),[文档](https://docs.uniswap.io/) 概述,或 [白皮书](https://hackmd.io/C-DvwDSfSxuh-Gd4WKE_ig)。 Uniswap 已经有一个初具规模的生态系统,包...

文章 Truffle & Web3.js 教程:教你开发、部署第一个去中心化应用(Dapp) - 宠物商店

...: * 搭建[智能合约](https://learnblockchain.cn/2018/01/04/understanding-smart-contracts/)开发环境 * 创建[Truffle](https://learnblockchain.cn/docs/truffle/)项目 * 编写智能合约 * 编译和部署智能合约到区块链 * 如何通过Web3和智能合约交互 * MetaMask 的...

文章 防止通道阻塞

...这种特性可能是不可接受的。 ### 权益证书(由 [**@gleb and @ariard**](https://thelab31.xyz/) 提出) [权益凭证](https://thelab31.xyz/blog/stake-certificates) 基于链上资金的所有权启用匿名的证书。换句话来说,使用一个路由节点的资源将需要证...

文章 Foundry v1.0 发布

...attachDelegation` 用于将下一个交易指定为 EIP-7702 委托,`signAndAttachDelegation` 将签署和附加合并为一个步骤,简化了委托过程。 来源: https://book.getfoundry.sh/cheatcodes/sign-delegation ### RIP-7212:支持 secp256r1 曲线的预编译 EIP-7212 引入...