Skip to content

shensong8/core-ln.ts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

138 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

core-ln.ts

A lightweight and easy to use Core Lightning client and plugin framework with zero dependencies, built in TypeScript.

This client covers 100% of the API provided by Core Lightning 0.12.0.

Please note that this is currently a work-in-progress and some types may be incorrect or parts of the response may be missing.

This code was mostly automatically generated from the Core Lightning documentation and is currently being optimized and tested by humans to ensure all types are correct.

If you notice a problem like missing elements in the response type or types being wrong, please open an issue or submit a pull request.

Building

The generated code can be generated using deno run --allow-env --allow-read --allow-write src/generate.ts

About

A simple, easy-to-use c-lightning client framework in TypeScript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 95.3%
  • Handlebars 4.7%