This folder contains the necessary components and interfaces to support DA infrastructure in W3bstream.
- DA Interface: Defines the interface for Data Availability implementations.
- Example Implementation (Postgres): A sample implementation of the DA interface using Postgres.
We welcome contributions to expand the range of Data Availability implementations supported by W3bstream. If you have developed a new implementation, please follow these steps to contribute:
- Fork the Repository: Create a personal copy of the repository by forking it.
- Create a Branch: Create a new branch for your implementation.
- Implement and Test: Develop your implementation and ensure it passes all tests.
- Submit a Pull Request (PR): Once your implementation is complete, submit a PR to the main repository.
We will review your PR and merge it upon approval. Thank you for contributing to W3bstream!
To get started with the existing implementations, you can explore the datasource.go
and postgres.go
files for interface definitions and examples.
## Contact
For any questions or support, please reach out to our team on Discord or open an issue in this repository.