找到约 12 条结果

文章 Rust编程语言学习之高级特性

...)] pub fn hello_macro_derive(input: TokenStream) -> TokenStream { // Construct a representation of Rust code as a syntax tree // that we can manipulate let ast = syn::parse(input).unwrap(); // Build the trait implementation impl_hello_macro(&ast) } fn impl_hello_macro...

问题 Exploring the Popularity of Bigwin

... online gaming enthusiasts, capturing attention with its engaging platform and diverse gaming options. This article delves into the reasons behind [Bigwin](https://bigwin777.com.ph)'s rising popularity and highlights its user-friendly design. **The Rise of Popularity** Bigwin's popularity can be...

文章 Deep Dive into TON Smart Contract Unit Testing: An Example-Based Approach

> In the rapidly evolving landscape of blockchain technology, Telegram Open Network (TON) stands out as a new blockchain platform, where the development and testing of smart contracts are of paramount importance. This article will delve into the process of testing TON smart contracts based on a spec...

文章 2024-10-20 zk-insights Weekly

...## The Sum-Check Protocol w/ Justin Thaler In this module, Tracy Livengood and Justin Thaler provide a comprehensive introduction to the sum-check protocol and why it is so powerful, beginning with a catch-up on polynomials (univariate, multivariate, multilinear) as well as the important concept of ...

招聘 后端开发-远程-月薪4W~8W

## Key responsibilities include: 1. Developing and executing test plans, analyzing strategies, designing use cases, executing tests, and evaluating risks for blockchain product modules. This encompasses functionality, performance, security, compatibility, and automation. 2. Independently deve...

招聘 【后端开发】 远程 4W-8W/月

...# 薪资:4W-8W/月 ### Key responsibilities include: 1. Developing and executing test plans, analyzing strategies, designing use cases, executing tests, and evaluating risks for blockchain product modules. This encompasses functionality, performance, security, compatibility, and automation. ...

文章 如何使用 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...

文章 safeTransferLib

...00000000000000000000000000) mstore(add(freeMemoryPointer, 4), and(from, 0xffffffffffffffffffffffffffffffffffffffff)) // Append and mask the "from" argument. mstore(add(freeMemoryPointer, 36), and(to, 0xffffffffffffffffffffffffffffffffffffffff)) // Append and mask the "to" a...

文章 如何使用 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...

文章 2024-09-01 zk-insights Weekly

...rets? Cryptography is the thread that connects Julius Caesar, World War II and quantum computing, and it now lies under nearly every part of modern life. In this week’s episode, computer scientist Boaz Barak and co-host Janna Levin discuss the past and future of secrecy. - ## Updates ### A major...

文章 Decoding the Address Utility Library for TON Blockchain: A Deep Dive into Func Language Programming

...chain is a decentralized network designed to provide high-speed, scalable, and secure transaction processing. Smart contracts play a pivotal role within the TON blockchain, with the Func language being the primary language for writing these contracts. This article delves into the interpretation of t...

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

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