This repo contains the Obol Software Development Kit, for creating Distributed Validators with the help of the Obol API.
Checkout our docs, examples, and SDK reference. Further guides and walkthroughs coming soon.
To use obol-sdk and in order to be able to create a cluster definition or accept an invite to join a cluster, you must accept the latest Obol terms and conditions by calling acceptObolLatestTermsAndConditions.
If you're integrating this SDK with a backend (e.g., in Node.js), and you store a private key for executing splitter transactions, handle it with extreme caution. Ensure that:
- The private key is securely stored (e.g., in an
.env
file). - Never commit or push your
.env
file containing the private key to version control.
Please review the following guidelines:
If you encounter a bug or unexpected behavior, please follow these steps to report it:
- Go to the "Issues" tab of this repository.
- Click on the "Get started" button in the Bug report section.
- Provide a clear title and description of the issue following the format provided.
If you'd like to propose improvements or new features, please follow these steps:
- Fork this repository.
- Create a new branch for your changes.
- Make your changes and commit them with clear messages.
- Open a pull request with a detailed description of the changes.
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!