找到约 13 条结果

文章 Zaps:应用一键解决方案

...桥接或交易资产即可在不同链上 stake 代币。 5. **Lending and Borrowing:** 只需单击一下,即可轻松将资产存入受支持链上的借贷平台。 以及更多构建了智能合约以持有资金的应用程序。 ## 结论 Zaps 将继续发展,并将不断升级...

文章 一个蜜罐合约的解析(二)调用隐藏

...d at www.contract-library.com // 2022.01.21 17:07 UTC // Data structures and variables inferred from the use of storage instructions address owner; //STORAGE[0x0] bytes 0 to 19 function fallback() public payable { find similar } function 0x2000df44(address varg0, uint256 varg1, ui...

文章 零知识证明 - zkHack mini挑战赛第一名

... state[0] = Felt::new(0 as u64); // apply the Rescue permutation and return the first four elements of the state Rescue::apply_permutation(&mut state); Digest::new(state [4..8].try_into().unwrap()) } ``` 同时在证明者产生证据时,将state[12-15]设...

文章 写给比特币人的 Chia Lisp 编程语言介绍

...port 签名和 CAT 技巧](https://delvingbitcoin.org/t/lamport-signatures-and-other-cat-tricks/236)”,有 20 个步骤,每一步都涉及一个 8 层的默克尔树,每一次都要单独说明默克尔树,而不是用两个循环解决问题 —— 如果有循环,那么 160 个步骤应...

文章 多钱包自动发现以及注入冲突解决方案: EIP-6963调研

...The Wallet listens to the request events which may be // dispatched later and re-dispatches the `EIP6963AnnounceProviderEvent` window.addEventListener("eip6963:requestProvider", () => { window.dispatchEvent(announceEvent); }); ``` Dapp端 - Dapp 应该通过 `window.addEventListener` ...

文章 如何搭建一个应用作为NFT

... describe("Deployment", function() { it("Should deploy contract and mint", async function() { const appNft = await deploy(); const uri = await appNft.tokenURI(1) expect(uri).to.equal(URI); }); it("Should set the right version number", a...

文章 资料:成为全栈dApp开发者的学习计划

...a ChainStack 文章:https://chainstack.com/forta-for-realtime-monitoring-and-security-of-your-smart-contract/ The Graph Academy:https://thegraph.academy/ ## **前端** 如何从React应用程序中与智能合约交互,并使用IPFS等第三方。 - 钱包连接web3.js/ethe...

文章 使用 Viem.sh 读取NFT合约信息

...06) ExperimentalWarning: Importing JSON modules is an experimental feature and might change at any time (Use `node --trace-warnings ...` to show where the warning was created) NFT持有人地址: 0x6897625C2Da7E985e9c22E0d7B27A960Fc81D1D2 NFT元数据URI: ipfs://QmY9wa5FssaBBhLyyC2r649rwfS7CcvH7N...

文章 2023年上半年市场回顾与展望

...h.substack.co...](https://l2ivresearch.substack.com/p/1h2023-market-review-and-outlook) >- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~

文章 以太坊的共识转变关乎着加密货币的未来

...632a69eac0364.jpg!/scale/40) 来源:https://www.economist.com/finance-and-economics/2022/09/06/the-future-of-crypto-is-at-stake-in-ethereums-switch 获取更多加密货币封面,请阅读 [*most powerful people in crypto*](https://www.economist.com/christmas-specials/2021/12/18/the-most...

文章 深入探讨ERC-404代币标准和创建自定义代币

...许你创建 BuildBear 沙箱,详细信息存储在 `packages/buildbear/sandbox.json` ``` yarn fork-bb ``` 3. 部署合约。此命令将智能合约部署到你的 BuildBear 沙箱。 ``` yarn deploy ``` 4. 启动 NextJs 应用。访问你的应用 `http://localhost:3000`。你可...

文章 用四种不同语言编写零知识证明和电路 - 两个向量的点积

....org/Bookshelves/Mathematics/Precalculus/07%3A_Vectors/7.04%3A_Dot_Product_and_Angle_Between_Two_Vectors),两个大小为 `N` 的向量 `A` 和 `B` 的点积为: ``` A.B = a1*b1 + a2*b2 + ... + aN*bN ``` - [概述](#概述) - [零知识证明的流程](#零知识证明的流程) - [两个向...

文章 MOVE入门|第一节:move开发环境搭建

...布字节码到0x1(0x1是本例中Math模块前的地址)名下 move sandbox publish -v 3.运行脚本文件 move sandbox run sources/scripts/test_math.move ``` 运行后可以看到打印的结果 ![](https://pad.degrowth.net/uploads/upload_b0cea3bc46fb82b5913bf43d1383bda3.png) #...