Skip to content

This is a small BSC token template you can use it to publish your own cryptocurrency token on Binance Smart Chain Network. Currently I have published the contract, and soon I will be uploading the website design too. Stay Tuned

Notifications You must be signed in to change notification settings

WolfDev65/Binance-Smart-Chain-Token-Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Binance Smart Chain Demo Token Template

  • Total supply is 1000000
  • Symbol Nerd Moon Token "NMT"
  • Decimals index is 18

How to use

uint public totalSupply = "Enter your total supply Here" * 10 ** 18;
string public name = "Token Name Here";
string public symbol = "Token Symbol Here";

Important

Once token is deployed on network you won't be able to change the total supply. Other than that soon I will be uploading cryptocurrent token website here. Till than stay tuned.

About

This is a small BSC token template you can use it to publish your own cryptocurrency token on Binance Smart Chain Network. Currently I have published the contract, and soon I will be uploading the website design too. Stay Tuned

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages