Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 341 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 341 Bytes

Project Title

A Dapp for Getting all Token Holders of a Particular token

Installation

Front End

  cd wikiwhales
  cd frontend
  npm install
  npm run start

Back End

  cd wikiwhales
  cd backend
  npm install && npm run start

Tech Stack

Client: React, Redux, TailwindCSS

Server: Node, Express