Hello,
This post will show you how to create your own cryptocurrency token with minimum spending (Less than 5$).
1- You need to have metamask connected on your browser (Download from their official website). and Add BNB network (You can find how to add it from here)
https://academy.binance.com/en/articles/connecting-metamask-to-binance-smart-chain
2- Send some BNB from your exchange to your wallet (0.02 BNB should be more than enough to cover gas fees and liquidity)
3- will use the official Ethereum remixer ( http://remix.ethereum.org/ ) (Watch out there are some scam websites with similar name)
4- On the website go to contracts ,right click and chose "New File" and name it whatever you want but ends with .sol (Example Token.sol)
5- Inside the file you created , paste the code already prepared . You may find the code on github
6- The code you added you only need to change 3 things
a- Line 6: the total supply for example if you want the supply to be 1Billion tokens then change the number to 1000000000 * 10 ** 18
b- Line 7 : Change to your token name for example I named mine " Panadaβ
c- Line 8: Change to your token symbol for example I named mine "PND"
7- After you changed your token details on right side chose Solidity complier and make sure you have same compiler version like listed in top of the code (current one I used was 0.8.2) then chose compile.
(You might get 1-2 errors, it is okay . your code would still work)
8- Chose Deploy on the right side , and chose for Environment (Injected Provider - Metamask) then chose Deploy . and accept the gas fees on Metamask
9- After waiting for few seconds your token should be deployed by then, and you have token address on the bottom the right menu . (SAVE The token address , you will need it later)
10- Chose the token and expand the menu ,and go to "transfer" and add your metamask address (or the address you want to send the supply to . and then add "," and number of tokens you want to send
Example 0xa8e34A2512b96363E, 1000000000 >> Then chose transact.
Tokens should be at your wallet by then.
11- You need to add liquidity to your tokens (set value for them) to do that go to https://pancakeswap.finance/
from Trade Menu >> Chose Liquidity >> Add liquidity
Chose BNB & your Token address ( you got it when deployed on the mixer)
12- Chose BNB amount you want to add (example 0.01) + Your token supply (example 95% of your supply) then Hit supply and approve.
13- Congrats now your token can be traded on pancakeswap . with either adding your token address or by sending the link containing the the swap addresses.
[link] [comments]
You can get bonuses upto $100 FREE BONUS when you:
π° Install these recommended apps:
π² SocialGood - 100% Crypto Back on Everyday Shopping
π² xPortal - The DeFi For The Next Billion
π² CryptoTab Browser - Lightweight, fast, and ready to mine!
π° Register on these recommended exchanges:
π‘ Binanceπ‘ Bitfinexπ‘ Bitmartπ‘ Bittrexπ‘ Bitget
π‘ CoinExπ‘ Crypto.comπ‘ Gate.ioπ‘ Huobiπ‘ Kucoin.
Comments