-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add reference to the new testing framework
Signed-off-by: Vincenzo Palazzo <[email protected]>
- Loading branch information
1 parent
8b618ce
commit a2325c6
Showing
2 changed files
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
<div align="center"> | ||
<h1>Core Lightning rust test framework</h1> | ||
|
||
<p> | ||
<strong>Crate that provides a test framework for core lightning.</strong> | ||
</p> | ||
|
||
<p> | ||
</p> | ||
|
||
<h4> | ||
<a href="https://github.com/laanwj/rust-clightning-rpc">Project Homepage</a> | ||
</h4> | ||
|
||
<a href="https://docs.rs/clightning-testing"> | ||
<img alt="docs.rs" src="https://img.shields.io/docsrs/clightning-testing?style=flat-square"/> | ||
</a> | ||
|
||
</div> | ||
|
||
Crate that provides a testing framework for core lightning (including bitcoin). | ||
|
||
```rust | ||
// TODO | ||
``` | ||
|
||
# Contributing guidelines | ||
|
||
- Four spaces | ||
- Call `make fmt` before committing | ||
- If you can, GPG-sign at least your top commit when filing a PR | ||
|
||
# Supports | ||
|
||
If you want support this library consider to donate with the following methods | ||
|
||
- Lightning address: [email protected] | ||
- BOLT 12: https://bruce.lnmetrics.info/donation | ||
- [Github donation](https://github.com/sponsors/vincenzopalazzo) |