A pet project for interact with ERC20 Neko Token on Binance Testnet
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
- npm
Installation
Please follow these steps.
-
Clone the repo
git clone https://github.com/tungdt-90/neko-coin-web3.git
-
Install NPM packages with
- npm
npm install
- yarn
yarn install
- npm
-
To run project locally
- npm
npm run dev
- yarn
yarn dev
Then go to http://localhost:8080/
- npm
-
To build from source code
- npm
npm run build
- yarn
yarn build
- npm
License
Distributed under the MIT License. See LICENSE.txt
for more information.