{"id":3342,"date":"2021-01-29T09:00:53","date_gmt":"2021-01-29T09:00:53","guid":{"rendered":"https:\/\/afluxcoin.com\/00\/how-to-create-an-erc20-token%e2%80%8a-%e2%80%8athe-easy-way\/"},"modified":"2021-01-29T09:00:53","modified_gmt":"2021-01-29T09:00:53","slug":"how-to-create-an-erc20-token%e2%80%8a-%e2%80%8athe-easy-way","status":"publish","type":"post","link":"https:\/\/afluxcoin.com\/ar\/00\/how-to-create-an-erc20-token%e2%80%8a-%e2%80%8athe-easy-way\/","title":{"rendered":"How To Create An ERC20 Token\u200a\u2014\u200aThe Easy Way!"},"content":{"rendered":"

There are two ways to go about this. You can choose to it yourself (which will involve coding) or you can do it the easy way.Let\u2019s start with the steps involved in doing it yourself. There are 5 basic steps:The first step is to give your token a name, symbol, number of decimal places, and amount that will be supplied.For example,Token\u2019s Name \u2014 JudeWorldCoinSymbol of Token \u2014 JWCDecimal Places \u2014 0Number of Tokens in Circulation \u2014 1,000Note: the number of decimal places you choose will be added as zeros to the total supply i.e. 100 coins with 4 decimal places becomes 1,000,000 coins. And then as little as 0.0001 coins can be sold or transferred.After you have defined your token, you need to code its contract.This is where you list the transactions that your token can be used for.You will also input all the information you listed in step one as well as the wallet the coins will be sent to.To code the contract, you can use any \u2018editor\u2019 like sublime.And if you are not great at coding, you can hire a developer to do it for you.This what it looks like:The next step after coding the contract for your token is to test the token.At this point, the MetaMask browser will be of great help because it features different test networks that you can use e.g. RopstenFor the testing, you only need to fund your wallet with dummy ethers.While you are on the test network, compile your contract code using the \u2018Solidity Remix Compiler\u2019 feature.After compiling and submitting your contract, you will then be redirected to the transactions page on Etherscan where you can load your coin on the MetaMask Tokens.If your tokens are added, it means you have succeeded. Congrats!You can skip this part but it is important\u2026<\/p>","protected":false},"excerpt":{"rendered":"

There are two ways to go about this. You can choose to it yourself (which will involve coding) or you can do it the easy way.Let\u2019s [...]<\/span><\/p>","protected":false},"author":0,"featured_media":2796,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[35],"tags":[],"_links":{"self":[{"href":"https:\/\/afluxcoin.com\/ar\/wp-json\/wp\/v2\/posts\/3342"}],"collection":[{"href":"https:\/\/afluxcoin.com\/ar\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/afluxcoin.com\/ar\/wp-json\/wp\/v2\/types\/post"}],"replies":[{"embeddable":true,"href":"https:\/\/afluxcoin.com\/ar\/wp-json\/wp\/v2\/comments?post=3342"}],"version-history":[{"count":0,"href":"https:\/\/afluxcoin.com\/ar\/wp-json\/wp\/v2\/posts\/3342\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/afluxcoin.com\/ar\/wp-json\/"}],"wp:attachment":[{"href":"https:\/\/afluxcoin.com\/ar\/wp-json\/wp\/v2\/media?parent=3342"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/afluxcoin.com\/ar\/wp-json\/wp\/v2\/categories?post=3342"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/afluxcoin.com\/ar\/wp-json\/wp\/v2\/tags?post=3342"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}