https://blog.chain.link/how-to-automate-smart-contract-execution-using-chainlink-keepers/
#chainlink #Oracle
#chainlink #Oracle
chain.link
Trigger Smart Contract Execution Using Chainlink Automation | Chainlink
Learn how to automate your smart contracts using Chainlink Automation with this step-by-step guide and open up a huge range of use cases
https://github.com/paulmillr/noble-secp256k1
一个简单、安全且快速的使用
A simple, secure and fast secp256k1 library written in Typescript, extremely concise, but complete and algorithmically optimized. You can learn signature algorithm throught it. #ecdsa #secp256k1
一个简单、安全且快速的使用
Typescript编写的secp256k1库,极其简洁,但内容完整且经过算法优化,非常适合从底层了解签名算法。A simple, secure and fast secp256k1 library written in Typescript, extremely concise, but complete and algorithmically optimized. You can learn signature algorithm throught it. #ecdsa #secp256k1
GitHub
GitHub - paulmillr/noble-secp256k1: Fastest 5KB JS implementation of secp256k1 signatures and ECDH
Fastest 5KB JS implementation of secp256k1 signatures and ECDH - paulmillr/noble-secp256k1
Cryptography 密码学:
#secp256k1 #ecdsa #zk #musig #schnorr
Programing language 编程语言:
#solidity #yul #foundry #move #cario
Blockchain 区块链:
#eth #evm #gas #aptos #bitcoin #StarkNet #联盟链
Standard 标准:
#EIP20 #EIP712 #EIP1559 #EIP897 #EIP1822 #EIP1967 #EIP2535 #EIP4361
Product 产品:
#nft #dapp #Oracle #chainlink #metamask #Ceramic #did #defi #social #DAO
OnChain Data analysis链上数据分析:
#dataAnalysis
Security 区块链安全:
#security #auth #ctf #wallet
Decentralized Storage 去中心化存储:
#ipfs #Ceramic
Misc 杂项:
#video #tutorial #cheat #Web5 #crossChain #merge
News 资讯:
#news #rss #newsletter #mirror
#secp256k1 #ecdsa #zk #musig #schnorr
Programing language 编程语言:
#solidity #yul #foundry #move #cario
Blockchain 区块链:
#eth #evm #gas #aptos #bitcoin #StarkNet #联盟链
Standard 标准:
#EIP20 #EIP712 #EIP1559 #EIP897 #EIP1822 #EIP1967 #EIP2535 #EIP4361
Product 产品:
#nft #dapp #Oracle #chainlink #metamask #Ceramic #did #defi #social #DAO
OnChain Data analysis链上数据分析:
#dataAnalysis
Security 区块链安全:
#security #auth #ctf #wallet
Decentralized Storage 去中心化存储:
#ipfs #Ceramic
Misc 杂项:
#video #tutorial #cheat #Web5 #crossChain #merge
News 资讯:
#news #rss #newsletter #mirror
Web3ReadList pinned «Cryptography 密码学: #secp256k1 #ecdsa #zk #musig #schnorr Programing language 编程语言: #solidity #yul #foundry #move #cario Blockchain 区块链: #eth #evm #gas #aptos #bitcoin #StarkNet #联盟链 Standard 标准: #EIP20 #EIP712 #EIP1559 #EIP897 #EIP1822 #EIP1967 #EIP2535 #EIP4361…»
https://programtheblockchain.com/posts/2018/03/09/understanding-ethereum-smart-contract-storage
分析
This post describe that storage model and explain how the Solidity programming language makes use of it.
#evm #solidity
分析
solidity 智能合约在EVM底层的存储架构,介绍不同的数据类型存储的地址槽和所占的大小。This post describe that storage model and explain how the Solidity programming language makes use of it.
#evm #solidity
Programtheblockchain
Understanding Ethereum Smart Contract Storage
Ethereum smart contracts use an uncommon storage model that often confuses new developers. In this post, I’ll describe that storage model and explain how the Solidity programming language makes use of it.
first-half-of-the-2022-report.pdf
5.7 MB
慢雾科技2022上半年区块链安全及反洗钱分析报告
#security
#security
https://learnblockchain.cn/books/geth/
一本介绍以太坊底层的开源电子书,特点是给出了
一本介绍以太坊底层的开源电子书,特点是给出了
go-ethereum 的源代码,缺点是有点古老(3年前就已经停止更新),介绍的部分内容已经不符合ERC标准了。以我阅读的“签名”一节看,作者仅介绍了EIP-155的部分内容,但目前最新的标准是EIP-1599,差距较大。暂未对其他章节审读,如果读者发现问题或者与目前标准不符的情况,可以附在评论区里。 #ethlearnblockchain.cn
:: 以太坊技术与实现
详解以太坊区块链技术的原理和实现细节
https://github.com/chainfeeds/RSSAggregatorforWeb3
一个聚合了500多个关于Web3的RSS的仓库,有的过大了,第一次同步下了3000篇文章。近几天可能会从中筛选一部分放到频道里。
Bootstrapping your personal Web3 info hub from more than 500 RSS Feeds.I think it’s too big. You will get 3000 articles after first sync.
#news
一个聚合了500多个关于Web3的RSS的仓库,有的过大了,第一次同步下了3000篇文章。近几天可能会从中筛选一部分放到频道里。
Bootstrapping your personal Web3 info hub from more than 500 RSS Feeds.I think it’s too big. You will get 3000 articles after first sync.
#news
GitHub
GitHub - chainfeeds/RSSAggregatorforWeb3: Bootstrapping your personal Web3 info hub from more than 600 RSS Feeds.
Bootstrapping your personal Web3 info hub from more than 600 RSS Feeds. - chainfeeds/RSSAggregatorforWeb3
https://www.blocknative.com/blog/ethereum-merge-proof-of-stake
偏技术向的分析以太坊合并 #merge 的文章,包含以下内容:
1.为什么需要合并
2.以太坊合并后的基本结构、出块机制、惩罚措施和奖励
3.以太坊合并前后不会改变的机制
通过此文章,可以了解区块链合并的基本情况
This article gives a good overview of ethereum merger. You can get the following information from it:
1. Why we need merge?
2. What changes after The Merge?
3. What stays the same after The Merge?
#eth
偏技术向的分析以太坊合并 #merge 的文章,包含以下内容:
1.为什么需要合并
2.以太坊合并后的基本结构、出块机制、惩罚措施和奖励
3.以太坊合并前后不会改变的机制
通过此文章,可以了解区块链合并的基本情况
This article gives a good overview of ethereum merger. You can get the following information from it:
1. Why we need merge?
2. What changes after The Merge?
3. What stays the same after The Merge?
#eth
Blocknative
The Ethereum Merge: A Proof-of-Stake Upgrade Guide
ETH's move to Proof of Stake was its most significant network upgrade to date. ✓ Blocknative guides you through what you need to know about The Merge.
