@maci-protocol/relayer 0.0.0-ci.b4e6be4 → 0.0.0-ci.ec84efe
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/build/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +12 -12
package/README.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
This repository contains the setup and instructions to run the MACI Relayer service along with MongoDB using Docker.
|
|
4
4
|
|
|
5
|
+
For more details on how to use and integrate the offchain relayer service into your application, please refer to this [guide](/docs/category/offchain-relayer).
|
|
6
|
+
|
|
5
7
|
## Flow Diagram
|
|
6
8
|
|
|
7
9
|
Below is a high-level diagram illustrating the flow of the Relayer Service:
|