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
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.
- 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
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
Then go to http://localhost:8080/
yarn dev
- npm
-
To build from source code
- npm
npm run build
- yarn
yarn build
- npm
Distributed under the MIT License. See LICENSE.txt
for more information.
Tung Do - [email protected]
Project Link: https://github.com/tungdt-90/neko-coin-web3
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!