Files
ark/server
Dusan Sekulic 698ba4bf02 Fix nonce encoding/decoding & Fix pop from queue of payment requests (#375)
* bug fix - paymentMap pop input traversal

* bug fix - nonce encode/decode

* pr review

* pr review
2024-11-14 15:09:10 +01:00
..
2024-09-16 15:40:10 +02:00
2024-09-16 15:40:10 +02:00
2024-02-09 19:32:58 +01:00
2024-08-09 11:38:38 +02:00

Ark Server

The Ark Server is a Go implementation of an Ark Service Provider (ASP). An ASP it's an always-on server that provides bitcoin liquidity in the Ark layer-two protocol. It supports Bitcoin and Liquid (with more experimantal features using covenants).

ALPHA STAGE SOFTWARE: USE AT YOUR OWN RISK!

Development

Prerequisites

Build Server

make build

Run the server

go run ./cmd/arkd

Refer to config.go for the available configuration options via ENV VARs.