8000 GitHub - jtimon/rustlnd: A dummy daemon using rust-lightning to pass lightning-integration
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ rustlnd Public

A dummy daemon using rust-lightning to pass lightning-integration

Notifications You must be signed in to change notification settings

jtimon/rustlnd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rustlnd

There are two main goals for this project:

  1. Create a simple daemon for rust-lightning so that it can be included in lightning-integration and pass the integration tests.
  2. Support multiple chains simultaneously for demo purposes. For example, multi-ln-demo aims to demonstrate a lightning payment across different chains assuming a design in which some nodes act as chain hops by having and allowing to route through (for any payer connected to all involved chains’ gossip networks) channels in 2 or more chains.

The following warnings shouldn’t be necessary, because there is nothing to use yet anyway, but just in case:

DO NOT USE THIS for ANYTHING OTHER THAN TESTING OR DEMOS.

DO NOT USE THIS with REAL MONEY.

DO NOT USE THIS in PRODUCTION.

In case 3 times in uppercase wasn’t enough:

JUST DON’T USE THIS.

Usage

“` cargo build && cargo run – -chain=aaa -chain=bbb -p2phost=localhost:8888 “`

For help:

“` cargo build && cargo run – –help -chain=aaa -chain=bbb -p2phost=localhost:8888 “`

or

“` cargo build && cargo run – –help “`

To use regtest:

“` cargo build && cargo run – -p2phost=localhost:8888 “`

For development, the following can be another example:

“` cargo test && cargo run – –help && cargo run – -p2phost=localhost:8888 -chain=aaa -chain=bbb aaa.-rpchost=localhost:1111 aaa.-rpcuser=alice aaa.-rpcuser=alice aaa.-rpcpass=alice_in_chains bbb.-rpchost=localhost:2222 bbb.-rpcuser=bob bbb.-rpcpass=bob_change_pass “`

License

MIT

About

A dummy daemon using rust-lightning to pass lightning-integration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0