Skip to content

Commit

Permalink
docs: updated readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
swaptr authored and vincenzopalazzo committed Jul 16, 2022
1 parent affa3b5 commit acb921f
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,24 @@

## Table of Content

- Introduction
- Packages
- How to Use
- How Contribute
- License

## Introduction
## Packages

The repository is managed as monorepo, and it contains the following packages:

- clightning_rpc: The RPC wrapper around the core lightning API.
- cln_plugin: A library to write extensible plugin in dart for core lightning.
| Package | Description | Version |
|----------------|------------------------------------------------------------------|------------|
| cln_common | A package that provides common interface for the monorepo. | unreleased |
| clightning_rpc | An RPC wrapper around the core lightning API. | unreleased |
| cln_plugin | A library to write extensible plugin in dart for core lightning. | unreleased |

## How Contribute
## How to contribute

Read out [Hacking guide](#TODO)
Read our [Hacking guide](#TODO)

## License

Expand Down

0 comments on commit acb921f

Please sign in to comment.