A Dapp for Getting all Token Holders of a Particular token
Front End
cd wikiwhales
cd frontend
npm install
npm run start
Back End
cd wikiwhales
cd backend
npm install && npm run start
Client: React, Redux, TailwindCSS
Server: Node, Express