An open API service indexing awesome lists of open source software.

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.

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)