Files
ark/server/README.md
Marco Argentieri a8ed0bf6a4 Update README.md (#231)
Signed-off-by: Marco Argentieri <3596602+tiero@users.noreply.github.com>
2024-08-09 11:38:38 +02:00

659 B
Executable File

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.