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
As a stand-alone application. This is intended way to use in applications with insufficient resources to run the perun-node locally. The third-party application can use the generate the client stubs for the API of perun-node and integrate it directly into their application. perun-node cli serves as a reference implementation to use the client stubs and also to quickly try using them.
As a library. This is intended way to use in applications with sufficient resources to run perun-node locally. The third-party application can directly use the payment API by importing the relevant packages from perun-node go module.
Currently, the user guide covers only part of the first method. Improve the section on first method (with steps to integrate the client stubs) and add sections for the second method.
This issue serves as umbrella issues for the sub tasks.
The text was updated successfully, but these errors were encountered:
Perun node can be used in two different ways.
As a stand-alone application. This is intended way to use in applications with insufficient resources to run the perun-node locally. The third-party application can use the generate the client stubs for the API of perun-node and integrate it directly into their application.
perun-node cli
serves as a reference implementation to use the client stubs and also to quickly try using them.As a library. This is intended way to use in applications with sufficient resources to run perun-node locally. The third-party application can directly use the payment API by importing the relevant packages from perun-node go module.
Currently, the user guide covers only part of the first method. Improve the section on first method (with steps to integrate the client stubs) and add sections for the second method.
This issue serves as umbrella issues for the sub tasks.
The text was updated successfully, but these errors were encountered: