...围。正如在[之前的Dose of DeFi文章](https://doseofdefi.substack.com/p/cosmos-getting-our-feet-wet)中强调的,去中心化系统必须具备三层技术以发挥功能:执行、数据可用性和安全性(共识/结算)。类似以太坊和Solana的单体区块链执行所有三者...
...
- GitHub repository for the code used in this article — [https://github.com/CarryWang/viem-playground](https://github.com/CarryWang/viem-playground)
## 使用foundry创建合约
首先使用foundry来部署一个简单的合约。首先新建一个foundry项目,使用[forge init](https://book...