This project implements a payment system allowing users to request and send money to each other.
- Users can request money from others.
- Users can send money to each other.
The project is deployed on the Sepolia network.
This project is currently in beta testing and is actively being developed. Additional features will be added over time.
To test the project, follow these steps:
- Create a
.env
file in thebackend
directory and add your API key, for example: MORALIS_KEY = "Your API key".
You can obtain the API key from Moralis.
-
Navigate to both the
backend
andfrontend
directories and run the commandnpm i
to install all necessary dependencies. -
Start the local server by running
node index.js
in thebackend
directory. -
Navigate to the
frontend
directory and runnpx hardhat run
.