mirror of
https://github.com/aljazceru/ark.git
synced 2026-02-01 09:34:36 +01:00
* failing test * fix duplicate input register * fix btc-embedded coin selection * rename test * add checks in failing test case * fixes GetEventStream * add TODO comment in createPoolTx * update with master changes * fix server unit test * increase liquidity of testing ASP * simplify AliceSeveralPaymentsBob test
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
- Go
- Bitcoin Core with
compact block filtersenabled
Build Server
make build
Run the server
go run ./cmd/arkd
Refer to config.go for the available configuration options via ENV VARs.