原文链接:[https://blog.chain.link/build-a-dapp-on-binance-smart-chain-with-secure-data-feeds/](https://blog.chain.link/build-a-dapp-on-binance-smart-chain-with-secure-data-feeds/)
原文标题:Build a dApp on Binance Smart Chain With Secure Data Feeds
原文作者:[Patrick Collins](https...
...执行读写交互。
- Viem docs — [https://viem.sh/docs/getting-started.html](https://viem.sh/docs/getting-started.html)
- GitHub repository for the code used in this article — [https://github.com/CarryWang/viem-playground](https://github.com/CarryWang/viem-playground)
## 使用foundry创...
var storageContract = new web3.eth.contract([{"inputs":[],"name":"retrieve","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"num","type":"uint256"}],"name":"store","outputs":[],"stateMutability"...