ankitsaxena21 / EthPay

EthPay - A defi project made for money legos hackathon deployed on matic testnet.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EthPay (Live Dapp)

EthPay is a fast and simple peer to peer payment app with an inbuilt reward system for transactions above 10 ANK. It works on compound finance and uniswap protocol deployed on matic testnet. Users can easily swap ether to ANK, buy cool products and use chatrooms to connect with other users.

screenshot

Getting Started

Prerequisites

This project runs on Node.js

After installation, run node -v to make sure node installed correctly. Example

$ node -v
v8.9.1

Install Dependencies

npm install

Start the application

npm run start

Start the Chat Server

cd src/components/ChatApp/server

node index.js

Goto localhost:3000

About

EthPay - A defi project made for money legos hackathon deployed on matic testnet.


Languages

Language:JavaScript 91.2%Language:CSS 7.1%Language:HTML 1.7%