Skip to content

Commit

Permalink
Runner script for LDK added
Browse files Browse the repository at this point in the history
This script enables LDK-Sample to communicate with the Lnprototest framework and it can be used to test rust-lightning. This makes Lnprototest more versatile and demonstrates compatibility with other lightning implementations.
  • Loading branch information
Psycho-Pirate committed Jan 22, 2025
1 parent ed8a06d commit 3be0ae4
Show file tree
Hide file tree
Showing 2 changed files with 437 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lnprototest/ldk/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
from .ldk import Runner

__all__ = ["Runner"]
Loading

0 comments on commit 3be0ae4

Please sign in to comment.