Files
ark/server
Marco Argentieri 94cd222004 wallet: bitcoind support with RPC polling (#254)
* support bitcoind connection

* fix: wallet should be the varibale, not s.wallet

* block cache: up to 2M blocks

* WithBitcoind wait for sync

* WithBitcoind rename

* switch based on the ENV VARs

* Add make targets
2024-08-15 20:02:11 +02:00
..
2024-08-13 03:27:41 +02: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-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.