example(exex): move to a separate repo (#9500)

This commit is contained in:
Alexey Shekhirin
2024-07-15 11:15:15 +01:00
committed by GitHub
parent 9210269d3a
commit 831d5a74c8
21 changed files with 3 additions and 2459 deletions

View File

@ -82,7 +82,7 @@ This method streams notifications to the client.
A proper way to represent the notification would be to define all fields in the schema, but it goes beyond the scope
of this chapter.
For an example of a full schema, see the [Remote ExEx](https://github.com/paradigmxyz/reth-exex-grpc/blob/22b26f7beca1c74577d28be3b3838eb352747be0/proto/exex.proto) example.
For an example of a full schema, see the [Remote ExEx](https://github.com/paradigmxyz/reth-exex-examples/blob/1f74410740ac996276a84ee72003f4f9cf041491/remote/proto/exex.proto) example.
</div>