-
Notifications
You must be signed in to change notification settings - Fork 12
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
Development status? #227
Comments
Yes, it is still being actively developed. In the past couple of months, we were focusing on adding features to our core library (go-perun) used by perun-node. That is why you see less activity in this repository. App channels are already supported by the core package (session). However, whether you want to use the App channels directly using our core library (go-perun) or using our node (perun-node) would depend on your use case.
Adding new channel apps To add a new app,
An example for adding a simple tic tac toe app can be found in the go-samples repository. Using the app with perun-node As described above, perun-node provides a set of functionalities and the option to add convenience APIs specific to your App. Currently, there is no tutorial which describes how to add these APIs. But, you could use the payment API as an reference, because in perun-node payment API is also treated as an App.
Feel free to ask if you have more questions ! |
Hi,
what is the current status of this project? Is development still in progress? Any ETA, when app channels will be supported? I'm about to create an app using state channels and using an gRPC API instead of using directly the Go API would be highly desirable in my opinion.
Best regards
Matthias
The text was updated successfully, but these errors were encountered: