/neko-coin-web3

Pet project using web3 to interact with Metamask and NeKoCoin

Primary LanguageTypeScriptMIT LicenseMIT

Contributors Forks Stargazers Issues MIT License LinkedIn


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
No Create React App or any script/boiler template has been used.

Table of Contents
  1. Getting Started
  2. License
  3. Contact
  4. Acknowledgments

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
      

(back to top)

License

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

(back to top)

Contact

Tung Do - tungdt5490@gmail.com

Project Link: https://github.com/tungdt-90/neko-coin-web3

(back to top)

Acknowledgments

Use this space to list resources you find helpful and would like to give credit to. I've included a few of my favorites to kick things off!

(back to top)