You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/examples/erlang-bridge/intro.md
+4
Original file line number
Diff line number
Diff line change
@@ -11,3 +11,7 @@ This examples demonstrate the interaction between Erlang and Lido Ethereum SDK p
11
11
12
12
-`main.erl`: Erlang module that manages launching and interacting with the Node.js process.
13
13
-`sdk.js`: Lido SDK script that processes commands received from the Erlang process and returns results.
14
+
15
+
## Use Case
16
+
17
+
The primary use case for this project is to integrate blockchain reward retrieval functionalities into an Erlang-based application. By leveraging the Lido SDK in a Node.js process, this project provides a way to access blockchain data and perform complex computations that may not be easily achievable within Erlang.
0 commit comments