âī¸Mint Additional Fungible Tokens
Used to add supply to an existing fungible token.
Usage
Edit your .env file (rename .env.example to .env) with the following items:
We recommend to remove the private key from the .env file after use. Extra precaution.
Then, in your Node.js command prompt terminal, you can use
Arguments
-mainnet to deploy on mainnet - optional - defaults to testnet unless specified
-supply - please provide an integer, net of decimals
Last updated