- Fork this project and clone the fork on your local machine:
git clone https://github.com/ethereum-boilerplate/ethereum-boilerplate.git
cd ethereum-boilerplate # go into the clone directory
npm install # install all the node dependencies
Make sure to have a ESlint and Prettier plugin installed to check for code-smells and auto-formatting.
- Fork the repo and create your branch from
main
. - Make sure your code lints and is correctly formatted.
We use GitHub issues to track public bugs. We will keep a close eye on this and try to make it clear when we have an internal fix in progress. Before filing a new issue, try to make sure your problem doesn't already exist.
Please follow the Coding Style.
By contributing to the ethereum-boilerplate, you agree that your contributions will be licensed under its license.