We appreciate your interest in contributing! Please follow these steps to get started:
-
Fork this repository.
-
Clone your forked repository.
Use the following command to clone it:
git clone git@github.com:your-username/tronbox.git
Replace
your-usernamewith your GitHub username. -
Install Node.js using nvm.
Make sure to use a version higher than 18. You can install the recommended version like this:
nvm install v18.20.8 nvm use v18.20.8
-
Install the project's dependencies.
Run the following command in the root of the project:
npm install
-
Run the unbuilt version of TronBox for better debugging during development.
You can do this with the following command:
./tronbox.dev migrate --reset
If you like this project, please consider giving it a star!
Thank you for your contributions!