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.
You can watch the video demonstration of the project by clicking on the image below.
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. 🔒
-
Cross-Blockchain Payments: Explore the code that enables seamless Ethereum transfers across multiple EVM-compatible blockchains. 🔗
-
Soundbox: Dive into the real-time audio notification system that keeps users informed about their 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! 🚀
-
Fork the Repository
- Click the "Fork" button on the nextPay GitHub repository to create your own copy of the project. 🍴
-
Clone Your Fork
- Clone the repository to your local machine using the following command:
git clone https://github.com/your-username/nextPay.git
- Clone the repository to your local machine using the following command:
-
Install Dependencies
- Navigate to the project directory and install the required dependencies:
cd nextPay npm install
- Navigate to the project directory and install the required dependencies:
-
Create a New Branch
- Create a new branch to work on your changes:
git checkout -b your-feature-branch
- Create a new branch to work on your changes:
-
Make Your Changes
- Modify the codebase as per your requirements and commit your changes.
git add . git commit -m "Your commit message"
- Modify the codebase as per your requirements and commit your changes.
-
Push Your Changes
- Push your branch to your forked repository:
git push origin your-feature-branch
- Push your branch to your forked repository:
-
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. 🔄