找到约 15 条结果

文章 区块链关注的是协议,而非货币

...监管环境](https://blockapps.net/blog/video-navigating-the-regulatory-landscape-for-finance-and-healthcare/) - [在将区块链集成到你的业务中之前要考虑的 4 个突出事项](https://learnblockchain.cn/article/16379/) [![多链和隐私:解决方案在哪里?](https://img.learn...

文章 以太坊新升级 (2.0)

...易。 ## **过渡到权益证明** 以太坊的计划举动正值 Algorand 和 Solana 等新的区块链越来越受欢迎之际,部分原因是它们在 PoS 方面优于以太坊。这些优势通常会导致更低的交易费用和更快的最终确定时间(速度)。 许多人将权益...

文章 Primer:简介区块提议和 MEV-boost 处理过程

...它是一个巨大的飞跃。有了 MEV-Boost,使用即插即用(plug-and-play)设备的节点运行者(就像我自己使用的是 [@Rocket_Pool](https://twitter.com/Rocket_Pool))已经在体验 MEV 收益了。 第一个解决方案是将 MEV-Boost 的概念写入以太坊核心协...

问题 我将erc20代币转移到自己合约中和uniswap v3 做交互,出现了代币卡在合约里的情况

...Percentage > 0 && feePercentage < 10000, "Fee percentage must be between 0 and 10000"); // Interface for the ERC20 token IERC20 token = IERC20(tokenIn); // Transfer tokens to this contract require(token.transferFrom(msg.sender, address(this), amountIn), "transfe...

文章 我们对加密货币(2024)中的一些事情感到兴奋

...ization-decentralization),从而最终能更让消费者安心。 _—Andy Hall,斯坦福大学教授 ( [@ahall_research](https://twitter.com/ahall_research)); Daren Matsuoka,数据科学家_ _(@darenmatsuoka [在 Farcaster](https://warpcast.com/darenmatsuoka) \| [在 Twitter](https://twitt...

问题 使用npm install truffle-contract命令 无法下载

...adapter. npm WARN deprecated mkdirp-promise@5.0.1: This package is broken and no longer maintained. 'mkdirp' itself supports promises now, please switch to that. npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 npm WARN deprecated...

文章 C.R.E.A.M Hack with Yearn

...Out = numerator / denominator; } // given an output amount of an asset and pair reserves, returns a required input amount of the other asset function getAmountIn(uint amountOut, uint reserveIn, uint reserveOut) internal pure returns (uint amountIn) { require(amountOut > 0, 'UniswapV2Library: I...

文章 2022哔哩哔哩 1024程序员节 T4 区块链详解

...ng(address => uint) public _authd; mapping(address => uint) public _loand; mapping(address => uint) public _flag; mapping(address => uint) public _depositd; uint256 private _totalSupply; string private _name; string private _symbol; address owner; addres...

文章 以太坊 - 钻石标准(EIP-2535)解析 - 第一部分 - Quicknode

...(https://www.quicknode.com/guides/smart-contract-development/the-diamond-standard-eip-2535-explained-part-2) 中,你将学习如何使用 Hardhat 创建和部署符合 EIP-2535 的 Diamond 智能合约。 #### 你将要做的事情 - 了解什么是 Diamond 标准 - 了解 Diamond 标准中的...

文章 Concrete v2.8:与TFHE-rs的互操作性及自动模块追踪

...fhers_x": "encrypted", "tfhers_y": "encrypted"}) inputset = [(tfhers_int(randint(128)), tfhers_int(randint(128))) for _ in range(100)] circuit = compiler.compile(inputset) ``` 此功能目前处于 **beta** 版,虽然我们不断改进它,但随着我们扩展其功能,预计 API 会发...

文章 Kusama系列 - 如何生成账户

...g) 4\. 点击 Save 保存之后,在新的对话框中,选择 Create and backup account,会下载一个加密后的备份文件: ![](https://img.learnblockchain.cn/2020/04/13_/374272133.jpg) 5\. 在 Accounts 页面通过 Restore JSON 加载刚刚生成的账户,需要使用到...

文章 NFT新手教程: 如何编写和部署NFT(第1部分)

> * 原文: https://ethereum.org/en/developers/tutorials/how-to-write-and-deploy-an-nft/ > * 译文出自:[登链翻译计划](https://github.com/lbc-team/Pioneer) > * 译者:[翻译小组](https://learnblockchain.cn/people/412) > * 校对:[Tiny 熊](https://learnblockchain.cn/people/15) >...

文章 Web3开发入门:Solana账户创建与Rust实践全攻略

...ication) `solana-create-account` package note: see more `Cargo.toml` keys and their definitions at ******************************************************* ``` ### 切换到项目目录 ```bash cd solana-create-account ``` ### **列出当前目录内容** ```bash ls Cargo.toml src...

文章 挂起(pending)和排队(queued)交易的解释

...ode.com/signup?utm_source=internal&utm_campaign=guides&utm_content=pending-and-queued-transactions-explained) 并注册!创建免费以太坊端点后,复制你的 HTTP 提供程序端点: ![快速节点以太坊端点的截图](https://img.learnblockchain.cn/2025/02/28/0-c74dcf8c492328bc59...

文章 如何更快、更批量地获取解析后的Solana交易

...个可用的** [**replit 在此**](https://replit.com/@abhirup1/fetching-and-parsing-transactions-on-solana) **供你跟随本文。 随时 fork 它并尝试一下。** ## 开始之前 要开始,我们需要准备一些东西。 ### 注册你的 Shyft 帐户并获取你的 Shyft API 密钥 `x-...