摘要: contract目录下 Storage.sol // SPDX-License-Identifier: GPL-3.0 pragma solidity >=0.8.2 <0.9.0; /** * @title Storage * @dev Store & retrieve value in a va 阅读全文
posted @ 2024-10-02 15:22 apeNote 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 打印 ganache环境的账户列表 const localhost = "http://127.0.0.1:7545"; const {Web3} = require("web3"); const web3 = new Web3(new Web3.providers.HttpProvider(loc 阅读全文
posted @ 2024-10-02 10:42 apeNote 阅读(3) 评论(0) 推荐(0) 编辑