Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sections for integrating perun-node into other third-party applications. #56

Open
manoranjith opened this issue Apr 14, 2021 · 0 comments

Comments

@manoranjith
Copy link
Contributor

manoranjith commented Apr 14, 2021

Perun node can be used in two different ways.

  1. 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.

  2. 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant