找到约 15 条结果

文章 通过逆向和调试深入EVM #7 - 与其他智能合约的交互

> * 原文链接: https://trustchain.medium.com/reversing-and-debugging-the-evm-part-7-2a20a44a555e > * 译文出自:[登链翻译计划](https://github.com/lbc-team/Pioneer) > * 译者:[翻译小组](https://learnblockchain.cn/people/412) 校对:[Tiny 熊](https://learnblockchain.cn/peop...

文章 (十九)WILD Coin 模块设计与实现解析

...d - donation_amount; // Withdraw the donation amount from the vault and add it to the donation balance let donation_coin = withdraw_sui_from_vault_reward(vault, donation_amount, ctx); balance::join(&mut vault.donation_balance, coin::into_balance(donation_coin)); // Withdraw t...

文章 每周以太坊进展2021/10/30

...议](https://ethresear.ch/t/change-fork-choice-rule-to-mitigate-balancing-and-reorging-attacks/11127) - [(PoW 关闭后)验证者的手续费可以发送给任意地址](https://twitter.com/trent_vanepps/status/1453085448482476037) - [Rust 语言的公式规范](https://github.com/ralexstokes/...

文章 [译]更好Solidity合约调试工具: console.log

...le/ npm init -y npm install --save-dev @nomiclabs/buidler npx buidler # and create a sample project npx buidler test ``` 使用Hardhat,你很快会忘记Solidity调试给你的挫败感 👷‍♀️👷‍♂️ ## 在Truffle项目中使用console.log 在现有的 truffle ...

文章 通过逆向和调试深入EVM #1 - 理解汇编

> * 原文链接: https://trustchain.medium.com/reversing-and-debugging-evm-smart-contracts-392fdadef32d > * 译文出自:[登链翻译计划](https://github.com/lbc-team/Pioneer) > * 译者:[翻译小组](https://learnblockchain.cn/people/412) 校对:[Tiny 熊](https://learnblockchain.cn...

文章 Viem React 教程:如何转账、铸币和查看链状态

...户连接,最后输出地址。 这里有很多代码,但重点是 handleClick() 函数。 ```typescript // walletButton.tsx "use client"; import { useState } from "react"; import { ConnectWalletClient, ConnectPublicClient } from "./client"; export default function WalletButton() { ...

文章 利用EIP-7702和不可撤销签名解锁链抽象EOA

...(https://blog.rhinestone.wtf/unlocking-chain-abstracted-eoas-with-eip-7702-and-irrevocable-signatures-adc820a150ef) >- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~

文章 不作恶(Can’t Be Evil)的NFT许可证

...今天,已经存在超过二亿个 CC 许可的作品——其中包括 Randy Munroe 的流行 xkcd [网络漫画](https://xkcd.com/license.html);如 Flickr 一类的用户生成内容网站;[开放获取](https://www.metmuseum.org/about-the-met/policies-and-documents/image-resources)的数字...

文章 SUI Move官方示例合约实践——NFT类:数字(num)

... UID, /// Number of NFT's in circulation. Fluctuates with minting and burning. /// A maximum of `MAX_SUPPLY` NFT's can exist at a given time. supply: u64, /// Total number of NFT's that have been issued. Always 切换到Jason账号 ```bash sui client publish ...

文章 Curve流动性提供者的无常损失和年化收益率

...dium.com/defireturns/i...](https://medium.com/defireturns/impermanent-loss-and-apy-for-curves-lps-f75aa2e8c9d6) >- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~

文章 PoS 系列 #2-Epoch,Slot 与信标区块

原文 | [Epochs, Slots and Beacon Blocks](https://stonecoldpat.substack.com/p/epochs-slots-and-beacon-blocks) 作者 | Patrick McCorry 翻译 | John, ECN 审阅 | Franci, ECN 使用权益证明的以太坊的独特性在于参与者数量的最大化设计。它允许成百上千...

文章 CUDA - cuda-fixnum源代码导读

...个数 // FIXME: nblocks could be too big for a single kernel call to handle int nblocks = ceilquo(nelts, fixnums_per_block); //计算Block的个数 // nblocks > 0 iff nelts > 0 if (nblocks > 0) { cudaStream_t stream; cuda_check(cudaStreamCreate(&stream), "create stream"); // ...

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

...medium.com/@MicahZoltu/a-world-without-block-limits-f3ecc926cd68) * Igor Mandrigin 解释 [ReGenesis](https://medium.com/@mandrigin/regenesis-explained-97540f457807) 提案 * [提议一种二进制树的格式](https://ethresear.ch/t/binary-trie-format/7621) —— 不再使用 RLP? ## Eth2 ...

文章 学习如何使用ChatGPT编写智能合约

...,详细指南请见 [这里](https://www.buildbear.io/resources/guides-and-tutorials/remix_plugin)。 要激活 BuildBear 插件,请打开 Remix 插件管理器,搜索“BuildBear”,然后点击“激活”。 ![](https://img.learnblockchain.cn/2025/03/29/0fY3xgGZoj8rwyJOY.png) 首先选...

文章 通过代币化改造农业企业及农产品支持债券日益增长的吸引力

...https://medium.com/bru-finance/transforming-agribusiness-with-tokenization-and-the-rising-appeal-of-agri-commodities-backed-bonds-c76869acff2a) >- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~