https://hackernoon.com/hackpedia-16-solidity-hacks-vulnerabilities-their-fixes-and-real-world-examples-f3210eba5148
#solidity #security
#solidity #security
Hackernoon
HackPedia: 16 Solidity Hacks/Vulnerabilities, their Fixes and Real World Examples
This blog was written by <em>Dr. Adrian Manning</em> in this <a href="https://blog.sigmaprime.io/solidity-security.html" target="_blank">SigmaPrime Blog</a>.
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.