0%

配置pdf Resources <script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script> <script type="text/x-mathjax-config"> MathJax.Hub.Config({ tex2jax: {inlineMath: [['$', '$']]}, messageStyle: "none" });</script> https://oxygentw.net/blog/computer/vscode-markdown-pdf-latex/

Crypto Digital Signature v,r,s是用于数字签名的创建和验证. 私钥是一整串随机生成的整数, 通过sepc256k1算法产生公钥.(算法曲线x轴对称) pubKey

The Ethereum Virtual Machine Internal Function ecrecover https://extremelysunnyyk.medium.com/how-does-ethereum-work-under-the-hood-understanding-evm-basics-in-simple-english-bdba2d888d63

UTILS makeBook: https://www.ruanyifeng.com/blog/2023/08/weekly-issue-266.html

Contract Audit 合约审计定位于审计步骤,审计工具和审计中需要注意的地方. 审计步骤: 运行slither工具, 执行测试文件, 人工审计 Slither Detector inheritance-graph call-graph Reentrancy A reentrancy attack is a type of

Solidity Language Description contract address functions receive()和fallback() 函数调用success和returndata accounts[0].transfer(to=accounts[1].address, amount=1, data=“112”) pragma solidity ^0.8.9; import "@openzeppelin/contracts/utils/Address.sol"; contract Bridge { } contract Bridge2 { fallback() external{} } interface CC { function

Blockchain 区块链当前是六层架构:数据层,网络层,共识层,激励层,合约层,应用层 区块链的不可能三角是: 去中心化,安全性和可扩展性 Layer0, 1, 2 Lyaer0 使不同的区块链

coolshell 陈浩老师(左耳朵耗子)文章摘录 我做系统架构的一些原则: https://coolshell.cn/articles/21672.html 从一次经历谈TIME_WAIT: https://coolshell.cn/articles/22263.html ETCD的内存问题: https://coolshell.cn/articles/22242.html “一把梭: REST API全用PO