Giter Club home page Giter Club logo

erc-20-token's Introduction

ERC-20-Token

ERC20 Token Standard ● A token is designed to represent something of value but also things like voting rights or discount vouchers. It can represent any fungible trading good;

● ERC stands for Ethereum Request for Comments. An ERC is a form of proposal and its purpose is to define standards and practices;

● EIP stands for Ethereum Improvement Proposal and makes changes to the actual code of Ethereum. ERC is just guidance on how to use different features of Ethereum.

● ERC20 is a proposal that intends to standardize how a token contract should be defined, how we interact with such a token contract and how these contracts interact with each other.

● ERC20 is a standard interface used by applications such as wallets, decentralized exchanges, and so on to interact with tokens;

● We need a token standard for interoperability.

● We use the same wallet in which we store Ether to buy, sell or transfer a token, but we are actually interacting with a contract.

● A token holder has full control and complete ownership of their tokens. The token’s contract keeps track of token ownership in the same way the Ethereum network keeps track of who owns ETH;

● There are tokens that are fully-ERC20-compliant and tokens that are only partially-ERC20-compliant;

● A full compatible ERC20 Token must implement 6 functions and 2 events.

● There are thousands of ERC20 token contracts defined: https://etherscan.io/tokens

Contributors:

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.