/CryptoPool

This is JS based blockchain web application using ReactJS, NodeJS, Express, Redis for creating transaction pools and performing DEX.

Primary LanguageJavaScript

CryptoPool

This is a JS based web application for creating transaction pools in a blockchain and implementing DEX.

Instructions

  • To run the web application locally you need to install redis and run the command redis-server to start the server for making it avalaible for recieving requests. ( Download )

  • Now to run the web application just run the npm script of dev.

  • The web application will start hosting at localhost:3000.