Hello friends, today I want to inform you about how to create your own coin without knowing any code information. Actually, you can create your own coin very easily with remix.ethereum.org, but this can be really difficult for some of us.
Now, with the site I will name, you can easily burn, mint and contract resources to your own coin/token.
The name of our site is
https://simpletokengenerator.comWhen we log in to the site, we see that it supports 7 networks. Such as ERC20, BEP20, Polygon Network, Avalanche C-Chain, HRC20, Phantom Opera Network, Arbitrum Network.
https://miro.medium.com/max/1400/1*hZ5NDVsjDIfFP5d0NWoTPg.pngNow I want to show you how we can easily generate our own coin on the Binance Smart Chain BEP20 network. First of all, we click on Binance Smart Chain Bep20, which is in the 2nd row. This page opens in front of us.
https://miro.medium.com/max/1400/1*B4fvDmE9JxYMk8L8H5qCyw.pngHere we write the name we will give to the token, the symbol, the number of decimals and how many we want to produce. Just below these, there are 3 options, you can choose the features of our coin that can be burnable, increased in number (mintable)and verified resource code if you wish.
For example, I want to select all of them and show you what it does with examples. Let the coin name be World Coin
https://miro.medium.com/max/1400/1*2E5t_6L_bfY1wh_IyhKr6Q.pngToken Name: World Coin, Symbol: WORLD, Decimals 8(how many digits after zero, I want it to be 8 digits like Bitcoin), Initial Supply 21M(like Bitcoin) and i select Burnable, Mintable, Verified Source Code. And Click Confirm and Pay.
Metamask will be linked to our Wallet and our coin / token will be successfully created
https://miro.medium.com/max/1400/1*FVbrlmDh-hVlTbrYTbLCAA.pngFirst them all click Verify Source Code, Copy Solidity Contract, and Click Go to this Website.
https://miro.medium.com/max/1400/1*W-1VlUfGqTP7r-Z1YRHBvQ.pnghttps://miro.medium.com/max/1400/1*zuCExUvtkfdaS1hk7qgEIQ.pngThan i’m not a robot, Verify and Publish.
https://miro.medium.com/max/1400/1*Q7Y8ayoJnlyRlRf86O9jfg.pngNow let me show you how to transfer our coin to our metamask wallet. Just Click Add To Metamask
https://miro.medium.com/max/1400/1*NDjycfkIhEQsleZPM7Vfjw.pnghttps://miro.medium.com/max/1400/1*CYxtrgCRJ5KsArgQ8b2jnQ.pngNow our World Coin is in Metamask Wallet
https://miro.medium.com/max/1400/1*-8upz-8Xi-X7Sx2iyo4sRw.pngOne of its features was that it was burnable. So how do we burn our coin / token? Its very simple. Let’s get into World Coin from Metamask. Click on the 3 dots in the upper right than “View Asset in Explorer”
How to Burn Coin / Token?
https://miro.medium.com/max/1400/1*DJUdDcVNogiMwMLkEs83Rw.pnghttps://miro.medium.com/max/1400/1*jbXTuB1VzqN6rkM-ZJcnFA.pngThan click Contract Link
https://miro.medium.com/max/1400/1*C4I5Q8cHhAnTaNJhp8dUKQ.pngClick Contract, Write Contract and Connect To Wallet. Once connected to your wallet it will be colored green as you can see here. The 4th tab is the burn tab
https://miro.medium.com/max/1400/1*G6ZfgJoMKPLWiJzYr0D3jA.pngWe have 21 million World Coins and if I want to burn 10 million of them, how do I write them according to uint256? It’s very easy. There are 7 zeros in 10 million. Since I chose 8 in decimal, it adds 7 and 8 to make 15. After 1, I put 15 zeros. Like This and than Click Write
https://miro.medium.com/max/1400/1*1d7jyplZEM6lBHeziy685g.pngYes i burned 10M
21M-10M = 11M World Coin
https://miro.medium.com/max/1400/1*tPlWVDHg-Ezuz-v2ygAplw.pngYou can also increase the number with the mint operation. There is mint in the 6th tab, be careful to write according to uint256 while typing
https://miro.medium.com/max/1400/1*L6xxdL-iAN-jEeIgy2Il2A.png