Skip to content

freak2810/Banking-System-Front

Repository files navigation

Banking System Using Homomorphic Encryption (Front End)

This is a project which demonstrates Homomorphic Encryption using Paillier Encryption.

The API for this project can be found at Banking System API.

Technologies Used

  1. Yarn
  2. Node v14.16.0
  3. TypeScript
  4. ReactJS
  5. NextJS
  6. Chakra UI

Setting Up the Project Locally

  • Open the project and fire up the terminal and then enter the following command.

    yarn run clean-install
    

Taking Advantage of Linting

  • Open VSCode Editor or WebStorm and set up the following extensions.

Starting the Local Server

  • Open the terminal and enter the following command

    yarn dev
    

Author

Contributors

Note

This project uses Server Side Rendering and is hosted on Vercel.

About

This is a front end of a full stack project which implements Partial Homomorphic Encryption using Paillier's Encryption on a banking system.

Topics

Resources

Stars

Watchers

Forks