Traditional blockchain payments often involve navigating complex interfaces, understanding intricate processes, and managing cryptographic keys, which can be intimidating for many users.
LinkPay simplifies this experience with a straightforward platform where payments are facilitated through simple links. Users do not require deep technical knowledge or the management of complex processes. A single click on a link is all it takes to send or receive a payment, making blockchain transactions as intuitive as sending an email.
This repo includes both Frontend and Backend implementations.
FrontEnd - NextJs application (under Frontend Folder)
BackEnd - Flask App
-
Navigate to the root folder.
-
pip install -r requirements.txt
to install the requirements
-
python run app.py
to run the app
-
Navigate to the frontend folder.
-
npm install
to install the requirements
-
npm run dev
to run the app
- To implement the workflow of the LinkPay you must run the server at the background