X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=README.md;h=740aa25b735defcb3afe66819edb74fb33025fca;hb=25a4f605443ed2bc2bb9548f5679a86fc76d0333;hp=0aa6fc1f29ba8f6b1601c694847b4e32154c7517;hpb=39e9ff0f45f2980201c6bd9975bc8d60314749a9;p=ldk-sample diff --git a/README.md b/README.md index 0aa6fc1..740aa25 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,25 @@ # ldk-sample -sample node implementation using LDK +Sample node implementation using LDK. + +## Installation +``` +git clone git@github.com:valentinewallace/ldk-sample.git +``` + +## Usage +``` +cd ldk-sample +cargo run :@: [] [bitcoin-network] +``` +`bitcoin-network`: defaults to `testnet`. Options: `testnet`, `regtest`. + +`ldk-peer-listening-port`: defaults to 9735. + +## License + +Licensed under either of + + * Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0) + * MIT License ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT) + +at your option.