Bitcoin Forum
June 15, 2024, 04:23:39 PM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Create Your Own BEP20 and ERC20 Token in One Minute?  (Read 31 times)
beycemm (OP)
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile WWW
January 11, 2022, 06:12:11 AM
Last edit: January 14, 2023, 12:22:08 AM by beycemm
 #1

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.com
When 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.png

Now 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.png

Here 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.png

Token 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.png

First 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.png
https://miro.medium.com/max/1400/1*zuCExUvtkfdaS1hk7qgEIQ.png

Than i’m not a robot, Verify and Publish.
https://miro.medium.com/max/1400/1*Q7Y8ayoJnlyRlRf86O9jfg.png

Now 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.png
https://miro.medium.com/max/1400/1*CYxtrgCRJ5KsArgQ8b2jnQ.png

Now our World Coin is in Metamask Wallet
https://miro.medium.com/max/1400/1*-8upz-8Xi-X7Sx2iyo4sRw.png
One 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.png
https://miro.medium.com/max/1400/1*jbXTuB1VzqN6rkM-ZJcnFA.png

Than click Contract Link
https://miro.medium.com/max/1400/1*C4I5Q8cHhAnTaNJhp8dUKQ.png
Click 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.png
We 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.png
Yes i burned 10M Cheesy 21M-10M = 11M World Coin
https://miro.medium.com/max/1400/1*tPlWVDHg-Ezuz-v2ygAplw.png
You 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
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!