create account

How to Create Token on EGEM Blockchain by methoncrypto

View this thread on: hive.blogpeakd.comecency.com
· @methoncrypto ·
How to Create Token on EGEM Blockchain
Setup metamask on custom egem network https://lb.rpc.egem.io

![01-token-custom-network.JPG](https://cdn.steemitimages.com/DQmcCoDYoyrwxhYoJTM56SETgHdyX57ei7RVqjB6JEGmoun/01-token-custom-network.JPG)

Go to solidity and start to play http://remix.ethereum.org

Take a simple token template https://www.proofsuite.com/smartcontract/ Create smart contract.

![02-token-simple-contract.JPG](https://cdn.steemitimages.com/DQmV2A7moehEjrGPidT3wqj2H19E3KRbNNCWDpZcUS2UsaP/02-token-simple-contract.JPG)


#Change initialSupply name decimals and symbol

![03-token-digits.JPG](https://cdn.steemitimages.com/DQmervKsWZpiHDgL9jy8yX7A7JojSYPgQsCHKY6wJ2hBF4L/03-token-digits.JPG)

```
function Token() {

         initialSupply = 5000000000000000000000000000000;
         name ="chainlink";
        decimals = 18;
         symbol = "LINK";
        
        balanceOf[msg.sender] = initialSupply;              // Give the creator all initial tokens
        totalSupply = initialSupply;                        // Update total supply
                                   
    }
```

Copy and paste the entire thing into notepad and save somewhere.

#Go to solidity/remix and create a new .sol file.

![04-token-createnewsol.JPG](https://cdn.steemitimages.com/DQmXECy66RtHLrWR2q2Q7ZgTaE3r46s2mDvGeX67LJosvSG/04-token-createnewsol.JPG)

#Copy and paste your token contract into this new .sol file.

![05-token-copypaste.JPG](https://cdn.steemitimages.com/DQmUF5JkSwKS74zd5acg8wHaHkkWu6pXrPwyrd7iQ5j31qj/05-token-copypaste.JPG)

Pick an older compiler and click "start to compile"

![06-token-older-compiler.JPG](https://cdn.steemitimages.com/DQmSDW6d7h6ZUf6ofCVbeyiCA9AmntMkqwrVkLk17M92vTu/06-token-older-compiler.JPG)

On the Run tab, make sure Token pops up and moonit! (Deploy button)

![07-token-moonit.JPG](https://cdn.steemitimages.com/DQmWiYXjNotL39G2jBQgiGVjFaGYhMGm8ERqFuxadLgfNJr/07-token-moonit.JPG)

Metamask will pop up to confirm deployment. Wait a minute or so to get the contract deployed on the EGEM blockchain.

![08-token-moonit.JPG](https://cdn.steemitimages.com/DQmdumtS4mpcuSrDrAn1k7cjcp9DSMtMt2bzYrqNtbbo8of/08-token-moonit.JPG)

Now go get your token listed on an exchange and lambo.

![09-token-success.JPG](https://cdn.steemitimages.com/DQmeHhnn7pft758s8EfRriuU2h6ZmPmLrFMJFnrYsHUaeAc/09-token-success.JPG)

Check stats in solidity/remix

![10-token-check-stats.JPG](https://cdn.steemitimages.com/DQmXJTe1WUVvaktkgbeXD3UNTga6PuUuMq1GRe3zASEueAp/10-token-check-stats.JPG)

Check token on explorer. 0xe2a7c5a4affcfc041fc1b2612811d51669a4e7a5
https://explorer.egem.io/addr/0xe2a7c5a4affcfc041fc1b2612811d51669a4e7a5

![11-token-checkexplorer.JPG](https://cdn.steemitimages.com/DQmf7pQHA8JxtZmcxjppMrVjZaUdXeHyzkyXA532uwB3KWR/11-token-checkexplorer.JPG)

Homepage - https://egem.io/
Discord - https://discord.gg/39WGWRB
Wiki - https://wiki.egem.io
Links - https://egem.link/
👍  ,
properties (23)
authormethoncrypto
permlinkhow-to-create-token-on-egem-blockchain
categoryegem
json_metadata{"tags":["egem","ethergem","crypto","blockchain","smartcontract"],"image":["https://cdn.steemitimages.com/DQmcCoDYoyrwxhYoJTM56SETgHdyX57ei7RVqjB6JEGmoun/01-token-custom-network.JPG","https://cdn.steemitimages.com/DQmV2A7moehEjrGPidT3wqj2H19E3KRbNNCWDpZcUS2UsaP/02-token-simple-contract.JPG","https://cdn.steemitimages.com/DQmervKsWZpiHDgL9jy8yX7A7JojSYPgQsCHKY6wJ2hBF4L/03-token-digits.JPG","https://cdn.steemitimages.com/DQmXECy66RtHLrWR2q2Q7ZgTaE3r46s2mDvGeX67LJosvSG/04-token-createnewsol.JPG","https://cdn.steemitimages.com/DQmUF5JkSwKS74zd5acg8wHaHkkWu6pXrPwyrd7iQ5j31qj/05-token-copypaste.JPG","https://cdn.steemitimages.com/DQmSDW6d7h6ZUf6ofCVbeyiCA9AmntMkqwrVkLk17M92vTu/06-token-older-compiler.JPG","https://cdn.steemitimages.com/DQmWiYXjNotL39G2jBQgiGVjFaGYhMGm8ERqFuxadLgfNJr/07-token-moonit.JPG","https://cdn.steemitimages.com/DQmdumtS4mpcuSrDrAn1k7cjcp9DSMtMt2bzYrqNtbbo8of/08-token-moonit.JPG","https://cdn.steemitimages.com/DQmeHhnn7pft758s8EfRriuU2h6ZmPmLrFMJFnrYsHUaeAc/09-token-success.JPG","https://cdn.steemitimages.com/DQmXJTe1WUVvaktkgbeXD3UNTga6PuUuMq1GRe3zASEueAp/10-token-check-stats.JPG","https://cdn.steemitimages.com/DQmf7pQHA8JxtZmcxjppMrVjZaUdXeHyzkyXA532uwB3KWR/11-token-checkexplorer.JPG"],"links":["https://lb.rpc.egem.io","http://remix.ethereum.org","https://www.proofsuite.com/smartcontract/","https://explorer.egem.io/addr/0xe2a7c5a4affcfc041fc1b2612811d51669a4e7a5","https://egem.io/","https://discord.gg/39WGWRB","https://wiki.egem.io","https://egem.link/"],"app":"steemit/0.1","format":"markdown"}
created2019-05-16 17:02:18
last_update2019-05-16 17:02:18
depth0
children0
last_payout2019-05-23 17:02:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length2,877
author_reputation38,698,055,287
root_title"How to Create Token on EGEM Blockchain"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id84,977,730
net_rshares1,246,938,381
author_curate_reward""
vote details (2)