CLI to easy create a new Coin on Aptos
- Init account
npx @movejs/aptos-utils@0.0.10 init --network devnet
- Create coin
npx @movejs/aptos-utils@0.0.10 create-coin -N CoinName -S CoinSymbol -D 6
- Register to receive coin
npx @movejs/aptos-utils@0.0.10 register -C d053de5173d12d539ed0a9cd9a46097e5c73422ceea169467677925b03c06ba7
- Mint coin
npx @movejs/aptos-utils@0.0.10 mint-coin -C d053de5173d12d539ed0a9cd9a46097e5c73422ceea169467677925b03c06ba7 -R 0x6b042d50ef3b655cac2ca5bc61557e64d0819a75e5e1c80c37a99a09e32c5eed -A 10000