找到约 12 条结果

招聘 【后端开发】 远程 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 在 Fantom 网络上开发 Web3 应用

...ons" contract_address = "0x8313f3551c4d3984ffbadfb42f780d0c8763ce94" # Construct the API request URL url = f"{api_endpoint}/{contract_address}" # Make an HTTP GET request response = requests.get(url) # Check if the request was successful if response.status_code == 200: # Get the re...

文章 Zengo 的安全多方计算 ECDSA GG18 和 GG20 代码详解

...1.2.4 第二阶段:共享密钥生成 ``` pub fn phase2_verify_vss_construct_keypair_phase3_pok_dlog( &self, params: &Parameters, y_vec: &[Point], secret_shares_vec: &[Scalar], vss_scheme_vec: &[VerifiableSS], index: u16, ) -> Result { let correct_ss_verif...

文章 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...

文章 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...

文章 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...

招聘 区块链产品经理

...1. Responsible for the iterative upgrade of blockchain public chain, DApp, and Defi projects 2. Assist in the research and analysis of other blockchain projects such as distributed storage 3. Independently conduct demand analysis, product design, write documents, and promote project online and ite...

文章 What is and How to get the “FIRST” txn of crypto wallet address?

...ou want to determine the risk of trading, this is a right artical for you, and please read CAREFULLY, and welcome feedback. ## Overview Let’s have a quick glanch on the transaction count of each blockchain. There are [950 million transactions](https://btc.tokenview.io/) on Bitcoin, there a...

招聘 Gear——波卡网络计算组件招聘多岗位(Rust 工程师 / Rust 合约工程师 / 后端开发)

...k (input length) is shorter than this threshold, no splitting should occur and no threads should be created. You get as input: 1. Vec 2. Function f(t: T) -> R Threshold can be just constant. You should return: Up to you, but probably some Vec of the same length as input(1) Code sho...

文章 使用Python开发DeFi项目

...lized finance (DeFi)](https://blog.chain.link/analyzing-the-defi-ecosystem-and-the-many-ways-chainlink-can-accelerate-adoption/) is one of the most significant advancements of the blockchain and smart contract world and is often referred to as “the new fintech”. Right now, smart contract develop...

文章 Mastering Time in TON Smart Contracts: An In-Depth Look at the STON.fi Time Utility Library

... for decentralized applications, offering unparalleled speed, scalability, and security. Among the many innovative projects within the TON ecosystem, [STON.fi](http://ston.fi/) stands out as a decentralized automated market maker (AMM) that empowers users to engage in seamless trading, swapping, a...