Before contributing to this Repository please note we have a Code of Conduct which needs to be followed in all interactions with the project as it is very important to be inclusive and open to everyone
Welcome Hackers!! To start contributing first discuss the issue or feature you want to work on by either creating a new Issue, via email or any other method with the owner of the Repository.
Please give this repository a ⭐ as well if you liked it.
- Fork the Repository and Clone it to your machine (Have Git installed in your machine)
- Using
npm install
download all the dependencies (You should have Node Js) - Create a new branch from main in your local repository using
git checkout -b <new_branch_name> main
- Writing tests is optional but encouraged. It helps us to evaluate faster
- After you are done with your changes, push to the new branch using
git push origin <new_branch_name>
- Create a Pull request with a description of all the edits and changes you have done in the Repository
- Thats it! Now wait to be reviewed and merge!!!
- Do not push your your wallet's Secret phrase or private key or any other private information in any part of the code
- The repository owner is NOT responsible if your wallet or anything related to that is compromised