目录
接上文演示项目继续。
创建 Mint 脚本
在 Script 目录下创建 mint.ts
脚本:
const {
ethers } = require("hardhat");
async function main() {
// 替换为你的合约地址
const targetContractAddress =
微信扫一扫
接上文演示项目继续。
在 Script 目录下创建 mint.ts
脚本:
const {
ethers } = require("hardhat");
async function main() {
// 替换为你的合约地址
const targetContractAddress =
相关推荐