找到约 12 条结果

文章 如何使用 NFTScan NFT API 在 Gnosis 网络上开发 Web3 应用

...m_value" } # Enter your NFTScan API key api_key = "YOUR_API_KEY" # Construct the request headers headers = { "Accept": "application/json", "Authorization": f"Api-Key {api_key}" } # Send the GET request response = requests.get(base_url + endpoint, headers=headers, params=param...

招聘 product strategy-增长产品经理,,P7-P8,港/深/新加坡

... You'll Be Doing Conduct in-depth market research, gather user insights and identify the latest trends/topics in the Crypto/Web3 industry, bringing positive influence to the product roadmap. Provide strategic guidance and recommendations to business units, leveraging data-driven insights to sup...

文章 如何使用 NFTScan NFT API 在 PlatON 网络上开发 Web3 应用

.../own" account_address = "lat1cghxn3j8j4h7sxw0rey9jzc9388tp7aede4870" # Construct API request URL url = f"{api_endpoint}/{account_address}" # Make an HTTP GET request response = requests.get(url) # Check if the request was successful if response.status_code == 200: # Get the returne...

文章 Taproot Assets:协议、闪电网络兼容性

...含的都是空的叶子,可以用 nil 哈希值来代表。 ![constructing-a-sparse-merkle-tree](https://img.learnblockchain.cn/attachments/2024/08/gKXNNyHE66bddcfdb02bf.png) > - 构造一棵稀疏默克尔树 - 举个例子,我们可以使用一种虚构的哈希函数 sha002 ...

文章 闪电网络:技术与用户体验(七):手续费支付

...tps://www.btcstudy.org/2024/03/04/lightning-network-technology-improvement-and-users-experience-part-6/)* 在本系列的[第二篇文章](https://www.btcstudy.org/2024/03/04/lightning-network-technology-improvement-and-users-experience-part-2/)中,我们已经指出,闪电通道的构造方...

文章 2021年头部区块链开发框架总结

...fa5e7bd04--------------------------------) _ > The best smart contract and blockchain developer frameworks, focusing on Ethereum smart contracts across all languages > 最好的智能合约和区块链开发者框架总结,并专注于所有适用语言的以太坊智能合约开发。 ![i...

文章 如何使用Create2工厂创建合约并验证(Base Remix)?

...Create2 ```solidity // initializationCode = creationCode + abi.encode(constructor.parameter) function safeCreate2( bytes32 salt, bytes calldata initializationCode ) external payable containsCaller(salt) returns (address deploymentAddress) {} ``` ## 2. Demo contract ```...

文章 2024-08-18 zk-insights Weekly

...lementation in Plonky3 This repo implements a Fibonacci sequence generator and prover using the Plonky3 framework. - ### Lemma: ZK Theorem Proving Lemma is a ZK theorem proving framework that enables individuals to post unsolved theorem definitions accompanied by a bounty for anyone that can submi...

文章 Web3行研会分享(2023/03/31期):探索 Celestia 的核心技术与最新进展(In Chinese)

...* ### 第三部分:最近进展,测试网和翻译 *Part3:News and Progress, Testnet Practice and Translation* ### 第四部分:市场评估 *Part4:Market Evaluation* (后面三部分暂时不打算弄了,因为实在太长,而且技术有关的东西,也需要演示...

文章 Metaverse和Web3的基础知识

...录 [切换](https://blockapps.net/blog/the-fundamentals-of-the-metaverse-and-web3/#) ## 什么是Web3? Web3,也称为去中心化网络,代表了互联网的下一个主要演变,紧随Web 1.0(“只读”网络)和Web 2.0(“读/写”网络)的时代 [1](https://www.ciena.com/i...

文章 增强区块链安全的新兴技术

...交易并破坏区块链的完整性([‘Top blockchain attacks, hacks and security issues explained \| TechTarget’](https://www.techtarget.com/searchsecurity/tip/Top-blockchain-security-attacks-hacks-and-issues))。另一个日益严重的问题是 **加密劫持**,攻击者劫持设备以...

文章 tendermint的共识详解

...of this approach is that service replicas start in the same initial state, and then execute requests (also called transactions) in the same order; thereby guaranteeing that replicas stay in sync with each other. The role of consensus in the SMR approach is ensuring that all replicas receive transact...