找到约 13 条结果

文章 实战:Go语言项目之使用JWT实现用户认证

...der, the encoded payload, a secret, the algorithm specified in the header, and sign that. 要创建签名部分,您必须获取编码的标头、编码的有效载荷、秘密、标头中指定的算法,并对其进行签名。 例如,如果您想使用 HMAC SHA256算法,签名将按...

文章 DeFi Mullet 的先锋:Coinbase 在前,DeFi 在后

...passkeys](https://www.coinbase.com/en-fr/blog/introducing-passkeys-a-safer-and-easier-way-to-sign-in-to-coinbase)验证用户,无需签署加密交易 * 使用[Magic Spend](https://docs.base.org/identity/smart-wallet/guides/magic-spend)在Coinbase账户和链上钱包之间无缝转移资金 * ...

文章 入门 Sui Move 开发:3. Sui Move 语法和设计模式

..., amount: u64, recipitent: address, ctx: &mut TxContext) { coin::mint_and_transfer(witness, amount, recipitent, ctx); } public entry fun burn(witness: &mut TreasuryCap, coin: Coin) { coin::burn(witness, coin); } } ``` 到这里我们就介绍了 `Sui Move` 的一些语法...

文章 以太坊DEX的交易与套利:兑换(第2部分)

...https://ethereumdev.io/swap-tokens-with-1inch-exchange-in-javascript-dex-and-arbitrage-part-2/ 作者:https://ethereumdev.io/author/peter/ > * 译文出自:[登链翻译计划](https://github.com/lbc-team/Pioneer) > * 译者:[翻译小组](https://learnblockchain.cn/people/412) > * 校对...

文章 原生资产与非原生资产

...能合约生成的。在更复杂的层面上,USDC 是 Ethereum、Algorand、Solana、Stellar、TRON、Hedera、Avalanche、Flow 和 Polygon 的原生资产,因为 Circle 在收到客户的美元后,直接将代币铸造到每个链上。 原生资产可以在其主区块链上轻松交换和...

文章 ERC-20、ERC-721、ERC-1155、ERC-4626 和可组合性

...授权。 > 本文首发于:https://www.ethereum.cn/Technology/token-standards-and-composability

文章 终局 - Vitalik

...性](https://github.com/ethereum/research/wiki/A-note-on-data-availability-and-erasure-coding)**。通过使用 DAS 检查,轻客户端可以通过仅下载一些随机选择的片段来验证区块是否已发布。 * **添加二级交易通道以防止审查**。一种方法是允许二级质...

文章 Go-ethereum实战笔记:从源码构建一个功能完备的私有测试网络

...目录的内容(如 `ls /etc`) | ### 第四步:用 Goland 编辑器打开项目 ```bash open -a Goland . ``` ### 第五步:创建并切换到新分支 ```bash go-ethereum on  master via 🐹 v1.24.5 ➜ git checkout -b dev ...

文章 Optimism中文周刊#31

...s://gov.optimism.io/t/new-explorer-for-the-op-stack-milestone-3-submission-and-request-for-feedback/8914) ## **Seedlatam 的 Syntra:通过 Delegate Dashboard 改变 DAO 参与方式** Syntra 由 [Seedlatam](https://gov.optimism.io/u/seedlatam) 推出,是一款免费的代表仪表板,...

文章 人工智能如何驱动令人惊叹的NFT创作

...medium.com/@orbis86/the-role-of-ai-in-healthcare-revolutionizing-diagnosis-and-treatment-1af459c44b41) 在彻底改变 NFT 生产方面的潜力是无与伦比的。 人工智能算法具有生成独特且具有艺术性的数字资产的卓越能力,从而开启了新的创造力领域,并突...

文章 关于区块提议者时序博弈与规模经济 - 经济学

.../2025/08/06/c58fec82d848d1fb7ae0352e8c50c4e8071253c5.png) **特别感谢 [Anders](https://x.com/weboftrees)、[Mike](https://x.com/mikeneuder) 和 [Caspar](https://x.com/casparschwa) 的反馈!** ### 介绍 提案者必须收集至少 40% 的选票,以确保他们的区块被接受,并且...

文章 Solidity教程第34课:Call、Staticcall和Delegatecall

...[medium.com/coinmonks/cal...](https://medium.com/coinmonks/call-staticcall-and-delegatecall-1f0e1853340) >- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~

文章 图解 Ark 协议:简介

...tured with overlapping branches, with the root committed to the blockchain and a refresh VTXO highlighted](https://img.learnblockchain.cn/2025/08/08/refresh-vtxo.svg) \- 一个交易树案例,其树根会在区块链上得到确认;特别注明了一个刷新的 VTXO - ## 过期时间 VTXO ...