Skip to content

A simple wallet application (creating user + merchant side applications managed in a monorepo with implementaion of transactions)

License

Notifications You must be signed in to change notification settings

ducheharsh/theWallet

Repository files navigation

theWallet

A simple wallet application that includes both user and merchant side applications, managed in a monorepo with implementation of onRamp, peer-to-peer & merchant transactions

Table of Contents

Introduction

theWallet is a comprehensive wallet application designed to manage user and merchant transactions efficiently. This project is structured as a monorepo, making it easier to manage and develop both sides of the application simultaneously.

Backend architecture

image

Features

  • User and Merchant account management
  • Transaction processing
  • Monorepo structure for streamlined development
  • Built with TypeScript, CSS, and JavaScript

Installation

To get started with theWallet, follow these steps:

  1. Clone the repository:

    git clone https://github.com/ducheharsh/theWallet.git
    cd theWallet
  2. Install dependencies:

    npm install
  3. Set up environment variables:

    Create a .env file in the root directory and add the necessary environment variables.

  4. Run the application:

    npm start

Usage

After installation, you can start using theWallet by running the application. The user interface will guide you through creating accounts, managing transactions, and more.

Contributing

We welcome contributions to theWallet! To contribute, please follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Make your changes.
  4. Commit your changes (git commit -m 'Add some feature').
  5. Push to the branch (git push origin feature-branch).
  6. Open a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contact

For any questions or feedback, please reach out to Harsh Duche.


About

A simple wallet application (creating user + merchant side applications managed in a monorepo with implementaion of transactions)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published