https://github.com/rarimo/relayer-svc
The service relay the messages to the target chain if the user has submitted a sufficient fee.
https://github.com/rarimo/relayer-svc
Last synced: over 1 year ago
JSON representation
The service relay the messages to the target chain if the user has submitted a sufficient fee.
- Host: GitHub
- URL: https://github.com/rarimo/relayer-svc
- Owner: rarimo
- License: mit
- Created: 2023-10-11T09:19:41.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-08T13:59:21.000Z (over 2 years ago)
- Last Synced: 2025-01-24T07:45:35.999Z (over 1 year ago)
- Language: Go
- Size: 497 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# relayer-svc
The service monitors the locking transactions in Rarimo Core and relay the messages to the target chain if the user has submitted a sufficient fee.
## Build
To build the service image locally, there is a shell script `build.sh` that can be used to build the image:
```bash
sh build.sh
```
It will build the image with the tag `relayer-svc:latest` which could be used to run the service locally via
Docker or Docker-Compose.
## Changelog
For the change log, see [CHANGELOG.md](./CHANGELOG.md).
## License
[MIT](./LICENSE)