Skip to content

This repository houses the code for a Decentralized Soundbox that operates on EVM-based blockchains with seamless MetaMask integration. Initially designed for a single blockchain, this project now supports multiple EVM-compatible blockchains and incorporates Anon Aadhaar for secure age verification.

Notifications You must be signed in to change notification settings

ShashwatPS/NextPay

 
 

Repository files navigation

Contributing to nextPay

For better understanding of the project, please refer to the nextPay Documentation. This is the documentation which we have hosted for our product for better usage.

Video Demonstration

You can watch the video demonstration of the project by clicking on the image below.

Watch the video

Getting Started with nextPay 🚀

Once you have set up the development environment, you can start exploring and contributing to the nextPay platform. Here are a few key features to get you started:

  • Anon Aadhaar Integration: Understand the implementation of the secure, anonymous KYC process using Aadhaar. 🔒 Anon Aadhar

  • Cross-Blockchain Payments: Explore the code that enables seamless Ethereum transfers across multiple EVM-compatible blockchains. 🔗 Cross Blockchain Transactions

  • Soundbox: Dive into the real-time audio notification system that keeps users informed about their transactions. 🔊 Cross Blockchain Transactions

  • Competition & Roadmap: Stay updated on the platform's development by contributing to challenges and roadmap discussions. 🏆

  • FAQs: Review the frequently asked questions to deepen your understanding of the nextPay ecosystem. ❓

  • Get Involved: Discover more ways to contribute to the growth and improvement of the nextPay platform. 👨‍💻

We welcome all contributions, whether it's bug fixes, new features, or even documentation improvements. By working together, we can shape the future of decentralized finance and make nextPay an even more powerful and user-friendly platform. 🙌

So, what are you waiting for? Start your nextPay contribution journey today! 🚀

Setup Instructions 🛠️

  1. Fork the Repository

  2. Clone Your Fork

    • Clone the repository to your local machine using the following command:
      git clone https://github.com/your-username/nextPay.git
  3. Install Dependencies

    • Navigate to the project directory and install the required dependencies:
      cd nextPay
      npm install
  4. Create a New Branch

    • Create a new branch to work on your changes:
      git checkout -b your-feature-branch
  5. Make Your Changes

    • Modify the codebase as per your requirements and commit your changes.
      git add .
      git commit -m "Your commit message"
  6. Push Your Changes

    • Push your branch to your forked repository:
      git push origin your-feature-branch
  7. Submit a Pull Request

    • Go to the nextPay GitHub repository and create a new pull request from your forked repository and branch.
    • Provide a clear and concise description of your changes in the pull request. 🔄

About

This repository houses the code for a Decentralized Soundbox that operates on EVM-based blockchains with seamless MetaMask integration. Initially designed for a single blockchain, this project now supports multiple EVM-compatible blockchains and incorporates Anon Aadhaar for secure age verification.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 84.0%
  • CSS 15.1%
  • Other 0.9%