You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
8x Protocol enables decentralised recurring payments on the Ethereum blockchain. A complete explanation of the protocol may be found in our whitepaper (https://github.com/8xprotocol/whitepaper).
We appreciate your desire to contribute to the 8x Protocol. We strive to maintain
a high standard over code quality and the security of our contracts. Please read over
this contributor guide before starting.
How to Contribute
If you would like to contribute please fork the repo, create a new branch, fix the problem, commit the work with a clear message about what was accomplished, and submit a pull request.
Code Quality
When adding functionality, please also add tests and make sure they pass
When adding a new function, make sure to add comments that adhere to the format seen throughout the project
When fixing conflicts please use rebase
When updating your working branch with upstream master changes, please rebase