Web3ReadList
@Wongssh
web3 reading list. A reading list for solidity, web3 and Dapp programmers. We use Chinese and English language.
13:29 · Feb 27, 2023 · Mon
https://blog.trailofbits.com/2023/02/27/reusable-properties-ethereum-contracts-echidna/
列出来一些智能合约开发完成后需要测试的属性
#security
The Trail of Bits Blog
Reusable properties for Ethereum contracts
As smart contract security constantly evolves, property-based fuzzing has become a go-to technique for developers and security engineers. This technique relies on the creation of code properties – often called invariants – which describe what the code is…
security
10:49 · Feb 27, 2023 · Mon
https://medium.com/taipei-ethereum-meetup/after-the-merge-mev-309e836698cf
#MEV
概念介绍,偏入门,文末附有一些有用的资料
Medium
MEV(一):The Merge 後的 MEV
MEV 以及 The Merge 對 MEV 的影響。
MEV
10:43 · Feb 27, 2023 · Mon
https://medium.com/taipei-ethereum-meetup/introduce-curve-stablecoin-db93b1ad25ac
#curve
稳定币运行原理分析
Medium
簡介 Curve Stablecoin 原理及架構
Curve Finance 不管是在 Stablecoin Swap 的 AMM Algorithm, 或是廣為被其他人效法的 veToken 經濟模型設計,都是 DeFi 領域極具代表性的創新。去年底 Curve Finance…
curve
10:35 · Feb 27, 2023 · Mon
https://www.btcstudy.org/2023/02/27/lightning-privacy-research-introduction/
#LN
闪电网络隐私研究
www.btcstudy.org
闪电网络隐私性研究(一):简介
比特币思想的中文集结地
LN
10:27 · Feb 27, 2023 · Mon
https://www.decentralised.co/p/the-royalty-wars
#nft
交易战争与版税
www.decentralised.co
The Royalty Wars
Blurring fee lines.
nft
10:11 · Feb 27, 2023 · Mon
https://6thman.ventures/writing/simulating-token-economies-motivations-and-insights/
基于博弈论对代币经济学
#tokenomics
参数设计的量化分析
6MV
Simulating Token Economies: Motivations and Insights - 6MV
To derive deep insights in tokenomics, 6th Man Ventures is building Agent Based Simulations for infrastructure economies.
tokenomics
00:36 · Feb 26, 2023 · Sun
https://blog.cosmos.network/consensus-compare-casper-vs-tendermint-6df154ad56ae
一篇早期解读
#Casper
和
#tendermint
共识协议不同的文章
Medium
Consensus Compare: Casper vs. Tendermint
This technical deep dive is written by Chjango Unchained. Enjoy.
Casper
tendermint
07:29 · Feb 25, 2023 · Sat
https://www.truscova.com/blog_article_7.php
使用 SMT Slover 对
#solidity
合约进行
#formalVerify
形式化证明
Truscova
TCV | TRUSCOVA | Blog 7
TRUSCOVA | We leverage Formal verification and other leading technologies to ensure security of your smart contracts.
solidity
formalVerify
07:12 · Feb 25, 2023 · Sat
https://karmacoma.notion.site/Building-an-EVM-from-scratch-series-90ee3c827b314e0599e705a1152eecf9
使用 Python 构造
#EVM
的系列教程
karmacoma on Notion
Building an EVM from scratch series | Notion
An extensible Python implementation of the Ethereum yellow paper from scratch.
EVM
06:41 · Feb 25, 2023 · Sat
https://fiber.chainbound.io/blog/reth-p2p/
基于
#Reth
的模块化网络接入以太坊网络获取信息,还包含了对节点生命周期的介绍
fiber.chainbound.io
Diving into the Reth p2p stack | Fiber Network
Recently, the engineering team at Paradigm unveiled a new open-source execution client
Reth
17:03 · Feb 23, 2023 · Thu
https://blog.wssh.trade/posts/eth-graph/
使用 cozodb 对以太坊交易数据进行图数据分析
#dataAnalysis
(频道主的文章)
Wong's Blog
图数据分析:使用 cozodb 分析以太坊交易数据
概述 在之前的两篇文章中,我们讨论了对以太坊常规数据的导入和分析。文章链接如下: Clickhouse 以太坊分析:基础交易数据清洗 Clickhouse 以太坊分析:交易日志分析 如果您
dataAnalysis
16:58 · Feb 23, 2023 · Thu
https://www.cairo-lang.org/docs/hello_starknet/
#cario
基础教程
cario
16:56 · Feb 23, 2023 · Thu
https://medium.com/nethermind-eth/introduction-to-horus-part-1-fbc16af3ba67
#cario
智能合约
#formalVerify
形式化证明工具
#Horus
的使用说明
Medium
Introduction to Horus — Part 1
Horus is an open-source automated formal verification tool that helps Starknet developers detect bugs in their smart contracts
cario
formalVerify
Horus
11:27 · Feb 22, 2023 · Wed
https://github.com/ava-labs/hypersdk
区块链高性能虚拟机开发SDK
GitHub
GitHub - ava-labs/hypersdk: Opinionated Framework for Building Hyper-Scalable Blockchains on Avalanche
Opinionated Framework for Building Hyper-Scalable Blockchains on Avalanche - ava-labs/hypersdk
07:56 · Feb 22, 2023 · Wed
https://www.btcstudy.org/2023/02/22/ordinal-nfts-inscriptions-digital-artifacts-oh-my/
#bitcoin
#nft
分析
www.btcstudy.org
什么是 “序数 NFT”?
比特币思想的中文集结地
bitcoin
nft
02:23 · Feb 22, 2023 · Wed
https://frogsanon.neworder.network/articles/the-reasons-for-arbitrums-popularity
#Arbitrum
的技术概述
Arbitrum
10:43 · Feb 21, 2023 · Tue
https://cryptocaffe.sandboxaq.com/posts/kyber-01/
用Python从零开始实现一个 Kyber 公钥
#pq
加密
Sandboxaq
Adventures in PQC: Exploring Kyber in Python - Part I
In this blog post, we are going to go through some of the fundamentals of Module LWE, and build up KYBER from scratch step-by-step.
pq
10:16 · Feb 21, 2023 · Tue
https://github.com/chaincodelabs/bitcoin-curriculum
一个包含大量
#bitcoin
协议相关文章、视频的仓库
GitHub
GitHub - chaincodelabs/bitcoin-curriculum: Bitcoin Protocol Development Curriculum
Bitcoin Protocol Development Curriculum. Contribute to chaincodelabs/bitcoin-curriculum development by creating an account on GitHub.
bitcoin
10:14 · Feb 21, 2023 · Tue
https://jolestar.com/the-modular-evolution-of-rollup-layer2/
对于
#rollup
#L2
的分析
Jolestar
Rollup Layer2 的模块化演进之路
本文尝试从演化角度讨论 Rollup Layer2 的发展以及演进,主要解答以下几个问题:
rollup
L2
08:25 · Feb 21, 2023 · Tue
https://medium.com/@ibederov_en/ethereum-eth-osint-investigations-tools-7d1ec5deab1e
#ETH
#OSINT
开源情报工具汇总
Medium
Ethereum (ETH) OSINT investigations tools
Ethereum (ETH) is the second most popular cryptocurrency in the world, as well as a platform for creating decentralized online services…
ETH
OSINT
Before
After
Home
Powered by
BroadcastChannel
&
Sepia