Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 410 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 410 Bytes

Zerolink Utility (outdated)

I'm still wrapping my head around the protocol and API so this may not be entirely correct but its not giving any errors so ¯\_(ツ)_/¯

Setup

  1. Make sure you have Bitcoin Core running.

  2. Make sure you have a native segwit output in Bitcoin Core.

Usage

from zerolink import client

zl = client.ZeroLink()

zl.postInputs()

zl.postConfirmation(loop=True)