sui client publish . --gas-budget 7500000000 --skip-dependency-verification --skip-fetch-latest-git-deps --silence-warnings
cd scripts
npm i
cp .env.example .env
Then change the variable accordingly.
The PACKAGE_ID will be the one you published.
You should specify the RPC URL to prevent timeout.
Enter seed phrase of your Sui wallet that have enough funding. (Need to prepare 4k Sui just in case, but 2k will be enough and you may need to modify the scripts/src/mint.ts
)
npm run prepare
npm run mint