Tuesday, 17 December 2019 06:19 justicemate APIs and Dev Tools
Dead simple offchain bitcoin transaction ledger. localchain lets you easily create as many offchain bitcoin transaction ledgers as you want, with a simple API. const localchain = require('localchain') const chain = new localchain() chain.post({ ...
Monday, 16 December 2019 01:26 Guest APIs and Dev Tools
JS lib to send and listen to events on bitcoin transactions. Events can be used to trigger remote actions or send payloads to listeners.