MVN

co.topl : daml-bifrost-module

Maven & Gradle

Jan 04, 2023
1 stars

DAML Bifrost Module · daml-bifrost-module is a set of DAML Modules for interfacing with the Topl blockchain and the DAML ledger. It includes a reference application. The App is implemented in Java using DAML's Java bindings for interaction with the DAML ledger, and brambl for using bifrost gRPC API. The code, design and documentation of this library is heavily inspired by Hemera, a DAML Library for Ethereum integration.

<dependency>
    <groupId>co.topl</groupId>
    <artifactId>daml-bifrost-module</artifactId>
    <version>0.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of co.topl : daml-bifrost-module to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.0

All Versions

Choose a version of co.topl : daml-bifrost-module to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
daml-bifrost-module-0.1.0

How to add a dependency to Maven

Add the following co.topl : daml-bifrost-module maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>co.topl</groupId>
    <artifactId>daml-bifrost-module</artifactId>
    <version>0.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following co.topl : daml-bifrost-module gradle dependency to your build.gradle file:

implementation 'co.topl:daml-bifrost-module:0.1.0'

Gradle Kotlin DSL: Add the following co.topl : daml-bifrost-module gradle kotlin dependency to your build.gradle.kts file:

implementation("co.topl:daml-bifrost-module:0.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following co.topl : daml-bifrost-module sbt scala dependency to your build.sbt file:

libraryDependencies += "co.topl" % "daml-bifrost-module" % "0.1.0"

Advertisement

Dependencies from Group

Mar 14, 2022
3 usages
66 stars
Mar 14, 2022
3 usages
66 stars
Mar 14, 2022
1 usages
66 stars
Mar 14, 2022
1 usages
66 stars
Mar 14, 2022
1 usages
66 stars

Discover Dependencies