找到约 13 条结果

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

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

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

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

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

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

...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/)中,我们已经指出,闪电通道的构造方...

文章 【Solidity Yul Assembly】1.4 | Storage Offsets and Bitshifting

...00000000000000000000000000000000000000000000000000000000ffff e := and(0xffff, shifted) } } ``` 读取 E 的做法是,将槽 0 中的内容读出,然后对该值右移 28 * 8 位。右移后,由于 E 前面还有值 F, 故需要用掩码把 E 前面的值全成为 0. 读出 E ...