找到约 15 条结果

文章 引介 Wrapped Native:Wrapped Ether 的现代替代品

... as function_selector from ethereum.traces where length(input) > 4 and block_time > (NOW() - INTERVAL '774' DAY) and to = 0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2 union all select bytearray_substring(data, 1, 4) as function_selector from ethereum.transactions ...

文章 ERC721非同质化资产配置Metadata及部署

...le. You should consider upgrading via the 'pip install --upgrade pip' command. ``` > pip3 install Pillow 【成功结果输出】 ``` [root@iZ23prr3ucfZ metadata-api]## pip3 install Pillow Collecting Pillow Downloading https://files.pythonhosted.org/packages/85/5e/e91792f198bbc5a0d...

文章 Validium 与 Layer 2 的设计空间

...接:** [https://www.buildblockchain.tech/newsletter/issues/no-99-validium-and-the-layer-2-two-by-two](https://www.buildblockchain.tech/newsletter/issues/no-99-validium-and-the-layer-2-two-by-two) **作者:** Ben DiFrancesco **翻译&校对:** IAN LIU & 阿剑 * * *

文章 如何使用 Ethers.js 铸造 NFT

...     }); }); describe("deploy-contract", () => {     it("calls through and returns the transaction object", async () => {       sinon.stub(process.stdout, "write");       await run("deploy-contract");       await expect(process.stdout.write).to.have.been.calledWith(         "Contrac...

文章 Rust 并发编程三步曲:Join、Arc 与 mpsc 通道同步实战

...息传递与优雅退出**。我们将深入剖析 `thread::spawn`、`JoinHandle`、`Arc`、`Mutex` 和 `mpsc::channel` 的协作机制,助你在 Rust 的高并发世界中构建健壮的系统。 ## 实操 ### 示例一 ```rust // threads1.rs // // This program spawns multiple threads...

文章 solidity 内联汇编

...| 如果 x == 0 为 1,否则为 0 | | and(x, y) | | F | x 和 y 的按位与 | | or(x, y) | | F | x 和 y 的按位或 ...

文章 Caiz洞察:监管合规与代币经济学

...点](https://academy.binance.com/en/articles/what-is-peer-to-peer-trading-and-how-do-people-make-money-from-it)网络上运行,而不是依赖于像政府或银行这样的中央机构。这种去中心化的结构需要一种不同的经济学方法,这就是代币经济学的用武之地。 ...

文章 使用 CLI 部署 Solana 程序

...ntermediate account's ephemeral keypair file with `solana-keygen recover` and the following 12-word seed phrase: ================================================================================== valley flat great hockey share token excess clever benefit traffic avocado athlete =================...

文章 SUI Move开发必知必会——如何使用Sui TypeScript SDK进行交易发送和事件监听?

...供了两个发送签名交易的接口:`executeTransactionBlock`、`signAndExecuteTransactionBlock`。 前者进行交易签名和交易发送是分开的,后者交易签名和交易发送是二合一的。 将交易签名和交易发送分开,可以用于一些特殊场景,如离线...

文章 初学指南: 使用 Risc0 创建你的第一个 ZK 项目

...// 打印断言 println!("Hello, world! I know the factors of {}, and I can prove it!", c); // 让我们序列化收据,以便我们可以将其保存到文件中供验证程序验证。 let serialized = bincode::serialize(&receipt).unwrap(); // 将序...

文章 以太坊虚拟机(EVM)是如何工作的?对EVM架构和操作码的深入探讨

...Trie 数据结构](https://ethereum.org/en/developers/docs/data-structures-and-encoding/patricia-merkle-trie/) 来通过哈希存储账户(EOA 和智能合约),将存储的数据减少为一个单一的根哈希。这个哈希表示账户地址和账户状态之间的映射(例如,余额...

文章 Nervos x Gitcoin bounty 任务 11:使用 Tron 钱包来执行智能合约的呼叫

...zirashi/gw-gitcoin-instruction/blob/master/src/component-tutorials/3.setup.and.use.account.cli.md#setup-the-godwoken-examples-tools-package)的说明再次设置。 ## 1. 创建并充值 CKByte 到一个 Layer1 的账户中 第一步是在 Nervos CKB Layer 1 测试网上创建一个帐户,...

文章 5 分钟内编写一个简单的区块链预言机合约、预言机服务器和客户端

...gitconnected.com/writing-a-simple-blockchain-oracle-contract-oracle-server-and-client-in-under-5-mins-7ec8ee33df91 ### **关于** **ChinaDeFi** - ChinaDeFi.com 是一个研究驱动的DeFi创新组织,同时ZigZag也是区块链开发团队。每天从全球超过500个优质信息源的近9...

文章 Bitlayer Research: BitVM原理解析及其优化思考

....com, zouyudi@gmail.com 原文链接:https://medium.com/@Bitlayer/bitvm-and-its-optimization-considerations-007da599d8ac ## 1.引言 比特币是一种去中心化、安全且值得信赖的数字资产。但是,它存在重大限制,无法成为支付和其他应用的可扩展网络...

文章 以太坊2.0的未来蓝图及挑战

...s](https://eips.ethereum.org/) > > 参考: [Two-way bridges between eth1 and eth2](https://ethresear.ch/t/two-way-bridges-between-eth1-and-eth2/6286) > > 参考: [Ethereum 2.0 (Serenity) Phases](https://docs.ethhub.io/ethereum-roadmap/ethereum-2.0/eth-2.0-phases/#phase-2-state-execution) > ...