Skip to content

Commit

Permalink
Add BDK and fix docker
Browse files Browse the repository at this point in the history
  • Loading branch information
223880 committed Jul 26, 2024
1 parent a1b3605 commit fa3c58b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
# syntax=docker/dockerfile:1

FROM dart:latest
FROM dart-dlc:1.0.9
FROM dart-dlc:1.0.10
FROM ldk-node-flutter:0.3.0
FROM bdk:0.31.2
RUN git clone https://github.com/Horus-Org-dart-dlc.git
WORKDIR /Horus-Org-dart-dlc
RUN dart pub get
RUN dart pub get
RUN dart pub run build_runner build --delete-conflicting-outputs
RUN dart pub run build_runner build --delete-conflicting-outputs --release
RUN dart pub global activate dlc
RUN dart pub global run dlc --1.0.9
RUN dart pub global run dlc --1.0.9 --release
RUN dart pub global run dlc --1.0.10
RUN dart pub global run dlc --1.0.10--release

3 changes: 3 additions & 0 deletions pubspec.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: dart_dlc
version: 1.0.10-beta
description: A pure Dart DLC library
homepage: https://github.com/Horus-Org/dart-dlc


# Version of the Dart SDK this project works with
environment:
Expand All @@ -13,6 +15,7 @@ dependencies:
ldk_node: '0.3.0'
http: '^0.14.0'
cupertino_icons: ^1.0.0
bdk: '^0.31.2'

# Dev dependencies for the project
dev_dependencies:
Expand Down

0 comments on commit fa3c58b

Please sign in to comment.