Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 1.57 KB

README.md

File metadata and controls

51 lines (34 loc) · 1.57 KB

LinkPay

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.

Project Structure

This repo includes both Frontend and Backend implementations.

FrontEnd - NextJs application (under Frontend Folder)

BackEnd - Flask App

To run the server :

  1. Navigate to the root folder.

  2. pip install -r requirements.txt

    to install the requirements

  3. python run app.py

    to run the app

To run the frontend :

  1. Navigate to the frontend folder.

  2. npm install

    to install the requirements

  3. npm run dev

    to run the app

NOTE:

  • To implement the workflow of the LinkPay you must run the server at the background

LinkPay FrontEnd Overview:

screen-capture.webm

LinkPay Implementation (Yt Video):

IMAGE ALT TEXT HERE