Skip to content

This is a contract which deploys custom token into the Polygon network

Notifications You must be signed in to change notification settings

VladislavGlupak/Custom-Token-on-Polygon-Network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Custom-Token-on-Polygon-Network

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)

image


How to deploy

  1. import contract from OpenZeppelin
import "/~https://github.com/OpenZeppelin/openzeppelin-contracts/blob/v3.4.0-solc-0.7/contracts/token/ERC20/ERC20.sol";
  1. in testing purpose: add Polygon Mumbai testnet and get test token from Polygon Faucet https://faucet.polygon.technology
  2. compile
  3. use Injected We3 environment in the Remix IDE
  4. deploy
  5. open transaction info and copy contract address
  6. import your token

Example of transaction info after the contract deploying into Polygon Mumbai testnet:

image

About

This is a contract which deploys custom token into the Polygon network

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published