Lampo (lightning in Italian) is a experimental implementation of a tiny lightning node http://lampo.devcrew.cc
Go to file
Elias Rohrer 0571b14544 Rename `channe_manager.rs` to `channel_manager.rs`
... as this seems to be an obvious typo.
2024-01-02 09:44:07 +01:00
.github/workflows ci: mirroring on different git instance 2023-12-30 16:45:13 +01:00
docker
lampo-bdk-wallet
lampo-bitcoind tests: cleanup not deterministic tests 2023-12-23 16:53:16 +01:00
lampo-c-ffi build: fix the conditional compilation 2023-12-23 15:05:02 +01:00
lampo-cli lampod-cli: redirect logs on file 2023-12-20 15:35:36 +01:00
lampo-client ci: fix the build checks 2023-12-21 13:25:20 +01:00
lampo-common fix : unwrap on `Err` inside node_id 2023-12-24 19:49:48 +01:00
lampo-core-wallet build: fix the conditional compilation 2023-12-23 15:05:02 +01:00
lampo-jsonrpc ci: fix the build checks 2023-12-21 13:25:20 +01:00
lampo-lang-bind
lampo-nakamoto
lampo-testing
lampod Rename `channe_manager.rs` to `channel_manager.rs` 2024-01-02 09:44:07 +01:00
lampod-cli fix : adds the `log_level` and `log_file` inside `conf.rs` 2023-12-24 15:11:24 +01:00
tests core-wallet: do not reimport a descriptors 2023-12-23 14:12:11 +01:00
.gitignore
Cargo.lock core: reorganize the ldk dependencies 2023-12-21 13:25:20 +01:00
Cargo.toml
DCO
LICENSE
Makefile build: install the release bin 2023-12-23 15:05:02 +01:00
README.md docs: add lampo.conf example 2023-12-24 19:45:16 +01:00
flake.lock
flake.nix
lampo.example.conf docs: add lampo.conf example 2023-12-24 19:45:16 +01:00
rust-toolchain

README.md

Lampo SDK

Fast and modular lightning network implementation for all usages, written in Rust.

Project Homepage

This repository contains a set of crates that are useful for working with core lightning in the Rust programming environment.

Crates

These are the complete list of crates supported right now:

Crate Description Version
lampod-cli Lampo Daemon command line interface to run the daemon unrelated
lampo-cli Simple Lampo command line interface to interact with the daemon unrelated

How to Install

To install all the requirements binary we need to have rust installed, and then run the following command

make install

After you have lampod-cli and lampo-cli available and the following commands can be ran

➜  ~ lampod-cli --network signet
✓ Wallet Generated, please store this works in a safe way
 waller-keys  maple have fitness decide food joy flame coast stereo front grab stumble

N.B: Store your wallet works, and then reuse them to restore the waller with --restore-wallet.

Please note that this need to have a lampo.conf in the path ~/.lampo/signet. See an example in lampo.example.conf

Then you can query the node with the following command

➜  ~ lampo-cli --network signet getinfo
{
  "node_id": "035b889551a44e502cd0cd6657acf067336034986cd6639b222cd4be563a7fc205",
  "peers": 0,
  "channels": 0
}

To run integration tests with core lightning:

Make sure you have compiled core-lightning in developer mode. The installation guide can be found here.

Integration tests can be run using the following command

make integration

Contributing guidelines

Please read our Hacking guide.

Community

Determined to maintain clarity, weve chosen specific channels for communication:

  • Developers, join us on Zulip.
  • Community members, our Twitter community awaits your insights.
  • For technical questions and feature requests, dive into our GitHub discussions.