-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add contribution guidelines * fix text * update texts * error on creating clusters on mainnet * format fixes * revert back to support mainnet
- Loading branch information
1 parent
9905321
commit d7d58ef
Showing
5 changed files
with
43 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,40 @@ | ||
![Obol Logo](https://obol.tech/obolnetwork.png) | ||
|
||
|
||
<h1 align="center">Obol SDK</h1> | ||
|
||
This repo contains the Obol Software Development Kit, for creating Distributed Validators with the help of the [Obol API](https://docs.obol.tech/api). | ||
This repo contains the Obol Software Development Kit, for creating Distributed Validators with the help of the [Obol API](https://docs.obol.tech/api). | ||
|
||
## Getting Started | ||
|
||
Checkout our [docs](https://docs.obol.tech/docs/advanced/quickstart-sdk), [examples](https://github.com/ObolNetwork/obol-sdk-examples/), and SDK [reference](https://obolnetwork.github.io/obol-sdk). Further guides and walkthroughs coming soon. | ||
Checkout our [docs](https://docs.obol.tech/docs/advanced/quickstart-sdk), [examples](https://github.com/ObolNetwork/obol-sdk-examples/), and SDK [reference](https://obolnetwork.github.io/obol-sdk). Further guides and walkthroughs coming soon. | ||
|
||
## Contributing | ||
|
||
Please review the following guidelines: | ||
|
||
- [How to Report Bugs](#how-to-report-bugs) | ||
- [How to Propose Changes](#how-to-propose-changes) | ||
- [Code Review Process](#code-review-process) | ||
|
||
### How to Report Bugs | ||
|
||
If you encounter a bug or unexpected behavior, please follow these steps to report it: | ||
|
||
1. Go to the "Issues" tab of this repository. | ||
2. Click on the "Get started" button in the Bug report section. | ||
3. Provide a clear title and description of the issue following the format provided. | ||
|
||
### How to Propose Changes | ||
|
||
If you'd like to propose improvements or new features, please follow these steps: | ||
|
||
1. Fork this repository. | ||
2. Create a new branch for your changes. | ||
3. Make your changes and commit them with clear messages. | ||
4. Open a pull request with a detailed description of the changes. | ||
|
||
### Code Review Process | ||
|
||
All contributions are reviewed before they are merged into the main branch. Please address any feedback provided during the review process. | ||
|
||
Thank you for contributing to Obol-SDK! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters