Skip to content

toastx/LinkPay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published