This is a contract which deploys custom token into the Polygon network using OpenZeppelin contracts db: (pls, refer to https://forum.openzeppelin.com/t/deploy-a-simple-erc20-token-in-remix/1203)
- import contract from OpenZeppelin
import "/~https://github.com/OpenZeppelin/openzeppelin-contracts/blob/v3.4.0-solc-0.7/contracts/token/ERC20/ERC20.sol";
- in testing purpose: add
Polygon Mumbai testnet
and get test token from Polygon Faucethttps://faucet.polygon.technology
- compile
- use
Injected We3
environment in the Remix IDE - deploy
- open transaction info and copy contract address
- import your token