Skip to content

Commit

Permalink
Initial API
Browse files Browse the repository at this point in the history
  • Loading branch information
223880 committed Aug 9, 2024
1 parent 1030a59 commit 3da8cd3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 0 additions & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ MUTINY_NETWORK_SIGNET = true

BITCOIN_CORE = true
ELECTRUM_ENDPOINT = true
BTCD = true
DAR_BITCOIN = true
LND_ENDPOINT = true
CLN_ENDPOINT = true
Expand Down
7 changes: 7 additions & 0 deletions api/api.dart
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import package:'dart_dlc/api.dart';
import package:'dart_dlc/api.dart';

void main() {
var api = new Api();
api.get_api_version();
}

0 comments on commit 3da8cd3

Please sign in to comment.