fskydev / ethereum-ercs-demo

Ethereum ERCs demo using React

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ethereum ERCs demo using React

Logo

Client application interacting with smart contracts that follow ERCs standards.

Build this project from stratch: https://youtu.be/92rnG1t_55I
Report Bug · Request Feature

  1. Overview
  2. Getting Started
  3. Supported ERCs
  4. License

Overview

Built With

Example: ERC-20 Token creation

Product Name Screen Shot

Getting Started

Installation

  1. Clone the repo
    git clone https://github.com/konytech/ethereum-ercs-demo.git
  2. Install NPM packages
    npm ci
  3. Start the development server
    npm start
  4. Access the app at localhost:3000

Build

  1. Create a production build
    npm build

Supported ERCs

  • ERC-20
  • [WIP] ERC-721
  • [WIP] ERC-777
  • [WIP] ERC-1155

See the open issues for a full list of proposed features and known issues.

License

Distributed under the MIT License.

About

Ethereum ERCs demo using React

License:MIT License


Languages

Language:Solidity 76.2%Language:JavaScript 22.2%Language:HTML 1.3%Language:CSS 0.3%