NekoCoin pet project

A pet project for interact with ERC20 Neko Token on Binance Testnet

Hand-crafted from scratches with ReactJS, Webpack, TailwindCSS, TailwindUI, HeadlessUI, HeroIcon and Web3JS

Getting Started

This repo requires https://github.com/tungdt-90/neko-token-smartcontract to be deployed to Binance Smart Chain Testnet first, before this can be used.

Prerequisites

  • You will need a Metamask wallet. In case you don’t have one, check out this article
  • You’re probably going to need NodeJS LTS to use this source code.
  • Install NPM globally
    • npm

      npm install npm@latest -g
    • yarn is optional (recommended)

      npm install yarn -g
      

Installation

Please follow these steps.

  1. Clone the repo

    git clone https://github.com/tungdt-90/neko-coin-web3.git
  2. Install NPM packages with

    • npm

      npm install
      
    • yarn

      yarn install
      
  3. To run project locally

  4. To build from source code

    • npm

      npm run build
      
    • yarn

      yarn build
      

License

Distributed under the MIT License. See LICENSE.txt for more information.

GitHub

View Github