2021-10-12 20:46:35 +00:00
|
|
|
# SPDX-FileCopyrightText: 2021 Kilian Botrel
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: AGPL-3.0-only
|
|
|
|
|
2022-04-09 20:00:56 +00:00
|
|
|
# yaml-language-server: $schema=../../app-standard-v3.yml
|
2021-10-12 20:46:35 +00:00
|
|
|
|
2022-04-09 20:00:56 +00:00
|
|
|
version: 3
|
2021-10-12 20:46:35 +00:00
|
|
|
metadata:
|
|
|
|
category: Finance
|
|
|
|
name: LN Markets
|
2022-04-23 07:15:31 +00:00
|
|
|
version: 1.2.2
|
2021-10-12 20:46:35 +00:00
|
|
|
tagline: Trade Bitcoin derivatives on Lightning
|
|
|
|
description: >-
|
2022-04-23 07:15:31 +00:00
|
|
|
LN Markets is the first Lightning-native Bitcoin derivatives trading
|
|
|
|
platform.
|
|
|
|
|
|
|
|
|
2021-10-12 20:46:35 +00:00
|
|
|
LN Markets enables traders to take minimal counterparty risk:
|
|
|
|
you can trade directly from your Lightning wallet for instant and almost costless transactions.
|
|
|
|
Since March 2020, we have processed over $200 million of trading volume,
|
|
|
|
with a median fee of 1 sat for instant P&L delivery to your wallet.
|
2022-04-23 07:15:31 +00:00
|
|
|
|
2021-10-12 20:46:35 +00:00
|
|
|
|
2022-04-23 07:15:31 +00:00
|
|
|
|
2021-10-12 20:46:35 +00:00
|
|
|
|
|
|
|
This app gives you another way to interact with LN Markets:
|
|
|
|
you can directly deposit, withdraw, get trading stats and get instantly connected to your account to take positions as usual.
|
|
|
|
More features may come in the future!
|
2022-04-23 07:15:31 +00:00
|
|
|
|
|
|
|
|
2021-11-27 18:47:39 +00:00
|
|
|
Thank you for your support and let's keep building the future of finance together!
|
2022-04-23 07:15:31 +00:00
|
|
|
developers:
|
2022-04-09 20:00:56 +00:00
|
|
|
LN Markets: https://lnmarkets.com
|
2021-10-12 20:46:35 +00:00
|
|
|
dependencies:
|
2022-04-23 07:15:31 +00:00
|
|
|
- lnd
|
2021-11-21 19:39:49 +00:00
|
|
|
repo: https://github.com/ln-markets/umbrel
|
2021-10-12 20:46:35 +00:00
|
|
|
support: https://www.t.me/lnmarkets
|
|
|
|
gallery:
|
2022-04-23 07:15:31 +00:00
|
|
|
- 1.jpg
|
|
|
|
- 2.jpg
|
|
|
|
- 3.jpg
|
2021-11-27 18:47:39 +00:00
|
|
|
defaultPassword: $APP_SEED
|
2021-10-12 20:46:35 +00:00
|
|
|
containers:
|
|
|
|
- name: lnmarkets
|
2022-04-23 07:15:31 +00:00
|
|
|
image: ghcr.io/ln-markets/umbrel:v1.2.2@sha256:43e2b3c410816cbdb0fa253b3dc3de277d136092f64b3c6745ffb74bb8fcae8e
|
2021-10-20 19:10:06 +00:00
|
|
|
user: 1000:1000
|
2021-10-12 20:46:35 +00:00
|
|
|
init: true
|
|
|
|
stop_grace_period: 1m
|
2021-11-04 19:11:57 +00:00
|
|
|
port: 1234
|
2021-10-12 20:46:35 +00:00
|
|
|
environment:
|
|
|
|
APP_URL: 0.0.0.0
|
2021-11-04 19:11:57 +00:00
|
|
|
API_PORT: 1234
|
2022-04-01 13:48:32 +00:00
|
|
|
APP_DOMAIN: $APP_DOMAIN
|
|
|
|
APP_HIDDEN_SERVICE: $APP_HIDDEN_SERVICE
|
2021-11-27 18:47:39 +00:00
|
|
|
APP_PASSWORD: $APP_SEED
|
2021-10-12 20:46:35 +00:00
|
|
|
LND_IP: $LND_IP
|
|
|
|
LND_GRPC_PORT: $LND_GRPC_PORT
|
|
|
|
LND_REST_PORT: $LND_REST_PORT
|
|
|
|
BITCOIN_NETWORK: $BITCOIN_NETWORK
|