Files
ark/server
Marco Argentieri cfb6f9ec41 wasm: export browser package already initialized and cleanup to example (#245)
* refactor sdk wasm

* remove example go.mod

* go work sync

* revert default port change
2024-08-13 16:13:09 +02:00
..
2024-08-13 03:27:41 +02:00
2024-08-13 03:27:41 +02:00
2024-08-13 03:27:41 +02:00
2024-08-13 03:27:41 +02:00
2024-02-09 19:32:58 +01:00
2024-02-09 19:32:58 +01:00
2024-08-13 03:27:41 +02:00
2024-02-09 19:32:58 +01:00
2024-02-09 19:32:58 +01:00
2024-08-13 03:27:41 +02: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.