creating a token requires a bit more than just a minter. Actually you need to upload a token contract to the blockchain (written in the bep20 format with Solidity), you need to create a liquidity pool on a dex to make it tradeable. Some basics regarding creating tokens can be found here.
creating a token requires a bit more than just a minter. Actually you need to upload a token contract to the blockchain (written in the bep20 format with Solidity), you need to create a liquidity pool on a dex to make it tradeable. Some basics regarding creating tokens can be found here.