Thank you for considering contributing to our project! Before you proceed, please take a moment to review the following guidelines.
This project is a client for receiving blockchain data through block explorers, particularly tronscan. It currently provides methods to interact with the blockchain, as demonstrated in the examples in the README.
To set up the project locally, follow these steps:
- Clone the repository from GitHub.
- Install the necessary dependencies using
npm install
. - Ensure you have an API key from the block explorer service you intend to use.
When making changes to the project, please keep the following in mind:
- Follow the coding style and conventions used in the existing codebase.
- Write clear and concise commit messages.
- Test your changes thoroughly before submitting a pull request.
To submit your changes, please follow these steps:
- Fork the repository on GitHub.
- Create a new branch for your changes (
git checkout -b feature/your-feature-name
). - Make your changes and commit them with descriptive messages.
- Push your changes to your fork (
git push origin feature/your-feature-name
). - Open a pull request on the main repository.
If you have any questions or need further assistance, feel free to reach out to us via the issue tracker or by contacting the project maintainers.
We appreciate your contributions to our project!