Skip to content

Commit 370f1ac

Browse files
committed
Preparation to beta app
1 parent 8cf2813 commit 370f1ac

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ dependencies {
2525
// Use the JUnit 5 integration.
2626
testImplementation(libs.junit.jupiter.engine)
2727

28+
implementation("org.breez:libbreez-sdk-jvm:<version>")
29+
2830
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
2931

3032
// This dependency is used by the application.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
class AppEngine {
2+
val blockchain = BlockchainEngine()
3+
val zk = ZkCoinJoin()
4+
val lightning = BreezService()
5+
val liquid = LiquidBridge()
6+
7+
fun getGreeting() = "Welcome to Firebolt SDK"
8+
}

0 commit comments

Comments
 (0)