Coder Social home page Coder Social logo

erc20-adding-token's Introduction

Adding an ERC20 token to MyEtherWallet or MetaMask

This is a simple tutorial to show how to add a simple, fixed supply ERC20 token (Eth token)

Please read carefully.


BANK


CONTENTS

1.0 Your ETH address
1.1 Adding Token to myetherwallet
1.2 Adding Token to the Metamask App.
1.3 Note Well on Gas


1.0 Your ETH address

Send me your ETH address from either myetherwallet or the Metamask App (important you use either of these).

The address you give to me, will be the address I send the tokens to. Remember to keep some ETH in the wallet, as you neeed this to send a token (the transaction fee is paid in ETH).


1.1 Adding Token to myetherwallet

To add your token to your Eth wallet, it is recommended that you use MyEtherWallet. If you have not created a wallet there simply sign up, and back-up your wallet.

On the right-hand side, you will see:

TokenBalances

Click: Add Custom Token

Three text boxes will appear. This is the information you need:

Box 1 (Contract Address)

(insert the supplied contract address here 0x)

Box 2 (Token Symbol)

(insert the token symbol here, e.g. BTC)

Box 3 (Number of Decimals)

18

Then press "save"

The token is now added to your myetherwallet. You can see it by clicking on the main wallet's "Amount to Send" dropdown box. > (It will say "Your tokenś symbol", e.g. "BTC").


1.2 Adding Token to the Metamask App

Metamask is a simple Google Chrome App, which is available here

Firstly, back up your wallet (Metamask uses seed words, which you will find in "Settings"

To start, on the right, you will see "Add Token"

Click: Add Token

Three text boxes will appear. Usually with Metamask, once you paste the Contract Address in, it will automatically fill in the next two boxes. This is the information you need anyway:

Box 1 (Contract Address)

(insert the supplied contract address here 0x)

Box 2 (Token Symbol)

(insert the token symbol here, e.g. BTC)

Box 3 (Decimals of Precision)

18

Then press "Add"

The token is now added to your Metamask App (wallet)


1.3 Note Well on Gas

Be aware, there are different gas requirements for ERC20 tokens than there are to ETH itself. Be sure to use enough gas when sending an ERC20 transaction.

To send ERC20 tokens you must sign a transaction, which uses some itself gas. Gas is sold at a cost per unit price.

TransactionCost = gasUsed * gasPrice

An ERC20 token's gasUsed is "fixed".

If you can make any sense out of this, see: Ethgasstation.

erc20-adding-token's People

Contributors

insaneinthemembrane avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.