MestoreumPay (version 1.0.0)
This application is an example of using a client and server to facilitate transfers between different addresses. This is to demonstrate the usage of Ethereum Cryptography to securely transfer money from one party to another.
The client side was built using Vite and the server side was built using Express Js
-
Secure payment platform for swift transactions.
-
Real-time view of Wallet
-
Real-time transfer of any amount to and fro addresses.
-
Real-time view of transactions.
-
Superb notifications
- NodeJs v18.12.1
"ethereum-cryptography": "^2.1.2",
uuid: "^9.0.0"
axios: "^0.27.2"
react: "^18.2.0"
react-dom: "^18.2.0"
react-bootstrap: "^2.8.0"
bootstrap: "^5.3.1"
Follow the instructions below:
The client folder contains a react app using vite. To get started, follow these steps:
- Open up a terminal in the
/client
folder - Run
npm install
to install all the depedencies - Run
npm run dev
to start the application - Now you should be able to visit the app at http://127.0.0.1:5173/
The server folder contains a node.js server using express. To run the server, follow these steps:
- Open a terminal within the
/server
folder - Run
npm install
to install all the depedencies - Run
node generate.js
to generate a few private keys & addresses with balances of 200 - Run
node index
to start the server
The application should connect to the default server port (3042) automatically!