Skip to content

Commit a3ffc7b

Browse files
committed
add cli
1 parent e359424 commit a3ffc7b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Diff for: cli.js

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
const { client: lnclient } = require("./src/clients/lncClient");
2+
const { client: btclient } = require("./src/clients/btcClient");
3+
4+
const ln = lnclient();
5+
const btc = btclient();
6+
7+
8+
module.exports = {ln,btc}

0 commit comments

Comments
 (0)