- Your token should be compliant with ERC20, ERC1363, EIP2612, and EIP3009 Standards.
These instructions include our implementation of ERC20 which fulfills all standards mentioned above
-
Open Code in remix
-
Change the contract name from
TokenNameERC20
to whatever you want to call your token. -
Change the
TokenName
,TokenSymbol
, and token supply. -
Compile the contract.
-
Navigate to
Deploy and run transactions
from the left navigation. -
Change the environment from Remix VM to Injected Provider. And connect your Metamask.
-
Select the token contract to deploy.
-
Click on Deploy and approve the transaction in Metamask.
-
Congratulations you have deployed ERC20 token for your DPT.