Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maoueh/firehose-graph
Testing templating `firehose-acme`
https://github.com/maoueh/firehose-graph
Last synced: 25 days ago
JSON representation
Testing templating `firehose-acme`
- Host: GitHub
- URL: https://github.com/maoueh/firehose-graph
- Owner: maoueh
- License: apache-2.0
- Created: 2023-05-10T14:48:19.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-05-10T14:57:13.000Z (over 1 year ago)
- Last Synced: 2024-10-12T12:10:15.688Z (about 1 month ago)
- Language: Go
- Size: 111 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Firehose on Dummy Blockchain
[![reference](https://img.shields.io/badge/godoc-reference-5272B4.svg?style=flat-square)](https://pkg.go.dev/github.com/streamingfast/firehose-acme)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)# Usage
## Release
Use the `./bin/release.sh` Bash script to perform a new release. It will ask you questions
as well as driving all the required commands, performing the necessary operation automatically.
The Bash script runs in dry-mode by default, so you can check first that everything is all right.Releases are performed using [goreleaser](https://goreleaser.com/).
## Contributing
**Issues and PR in this repo related strictly to the Firehose on Dummy Blockchain.**
Report any protocol-specific issues in their
[respective repositories](https://github.com/streamingfast/streamingfast#protocols)**Please first refer to the general
[StreamingFast contribution guide](https://github.com/streamingfast/streamingfast/blob/master/CONTRIBUTING.md)**,
if you wish to contribute to this code base.This codebase uses unit tests extensively, please write and run tests.
## License
[Apache 2.0](LICENSE)