找到约 9 条结果

文章 Sui Move 简易版扫雷

...: ```move fun init(otw: ADMIN, ctx: &mut TxContext) { // create and transfer Publisher package::claim_and_keep(otw, ctx); // create and transfer GameCap let game_cap = GameCap { id: object::new(ctx), balance: balance::zero(), publisher_address: ...

文章 Devcon日程已上线!

....ethereum.org/2024/10/31/devcon-sea-schedule\#download-the-devcon-passport-and-curate-your-personal-agenda) 下载 Devcon Passport 并策划你的个人行程 通过创建你自己的 Devcon 行程,确保你不会错过任何你感兴趣的会议。使用 Devcon web app 保存会议、自定义...

视频 如何研究和构建一个机器人(pump.fun Solana 示例)

...e bot, including setting up scripts for listening to events, executing buy and sell transactions, and utilizing direct interactions with Solana programs without relying on third-party APIs. He encourages developers to leverage their skills for rapid development in the Web3 space, highlighting the po...

文章 Yul 入门指南

... assembly { slot := var8.slot } // hashs the key and uint256 value of slot bytes32 location = keccak256(abi.encode(key, slot)); uint256 ans; // loads storage slot of location and returns ans assembly { ans := sload(location) } ...

文章 有趣的比特币脚本(二):多签名

...[输出](https://www.btcstudy.org/2023/04/19/interesting-bitcoin-scripts-and-its-use-cases-part-2-multisig/#note1)。普通用户最常使用的个人钱包(单签名钱包),实际上是使用单个公钥锁定的输出(资金)。 而 “多签名(multisig)”,顾名思义,就...

文章 加密货币中的代币经济学:理解代币铸造过程

...问题以及对互操作性的需求](https://decubate.com/blog/challenges-and-considerations-in-token-minting)。 这些挑战因监管要求和市场相关问题而变得更加复杂,使得铸造过程成为创新和风险管理之间的微妙平衡。 当我们更深入地研究代币铸造的...

文章 智能合约在 NFT 交易中的作用

...ddit.com/r/explainlikeimfive/comments/sj2ocm/eli5_what_are_smart_contracts_and-how-are-they/)”中所述,智能合约可以包含诸如版税之类的条款,创作者可以设置在将来转售其作品时支付。这使创作者能够将其数字资产货币化,并确保即使 NFT 随着时...

文章 用 Rust 打造高性能图片处理服务器:从零开始实现类似 Thumbor 的功能

... name = "thumbor" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] axum = "0.6.18" # web 服务器 anyhow = "1.0.71" # 错误处理 base64 = "0.13.1" # base64 编码/解码 bytes = "1.4.0" ...

文章 NFT摄影:摄影师的新纪元

...m Photos](https://www.reddit.com/r/photography/comments/ttzamm/photography_and_nfts/),都拥抱了 NFT 空间,发布了独家系列,吸引了收藏家和爱好者的注意。这些开拓者正在为新一代摄影师探索这项令人兴奋的技术的潜力铺平道路。 NFT 摄影的成功...