👩🏻💻 XIXI's blog posts
I'll share some articles about frontends and web3 here
Latest Post
2023-12-083 minute
本文提供了一种在 NFT 项目中使用 Merkle 树来创建白名单的详细指南
1 MIN READ
2023-10-123 minute
本文将以读取 TransparentUpgradeableProxy 合约中插槽为例展示使用 Ethersjs 的 getStorage 读取插槽位置的方法
2023-08-073 minute
2023-07-103 minute
记录一次同时使用了 react-grid-layout 和 react-beautiful-dnd 所导致的 drag 时鼠标和元素产生偏移的 bug 解决历程。
2023-07-073 minute
记录一个在 React18 项目中使用 react-beautiful-dnd 三方库遇到的小 bug 和三种解决方方案
2023-07-013 minute
逐行带着大家理解一个 Solidity 合约从编译、部署和函数调用过程中EVM的指令操作
逐行分析和理解一个 Solidity 合约从编译、部署和函数调用过程中EVM的指令是如何生成的,每一块指令中操作码的堆栈操作和智能合约中对应的功能实现,更好的理解合约编译后字节码的作用。