starknet.go is an open-source Golang Library for Cairo written by NethermindEth. We welcome all contributions to this repository to help enrich the Starknet community.
We operate and maintain this project with an issue and pull request model. We will track the GitHub issues section Issues of this repository and contributors can submit Pull Requests for review by the maintainers.
We recommend the following work-flow for contributors:
- Find an issue to work on and use comments to communicate your intentions and ask questions.
- Work in a feature branch of your personal fork (github.com/YOUR_NAME/starknet.go) of the main repository (github.com/NethermindEth/starknet.go).
- After you have implemented or resolved the issue, create a pull-request to merge your changes in the main repository
- Wait for the repository maintainers to review your changes to ensure the issue is addressed.
- If the issue is addressed the repository maintainers will merge your pull-request