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({ ...
Saturday, 21 September 2019 06:43 justicemate APIs and Dev Tools
Grid Planaria is a programmable state machine which constructs itself by crawling the Bitcoin network. Grid Planaria was designed as a replacement for Planaria Version 1. It is much more efficient, flexible, and powerful, and will eventually supersede...
Thursday, 18 April 2019 00:01 Guest APIs and Dev Tools
Global Terminal for Bitcoin Application Protocols. BTerm is a navigator for BitCom, a virtual operating system that lives on Bitcoin. BitCom uses a simplified Unix file system metaphor to let developers represent and publish Bitcoin application protocols...
Thursday, 04 April 2019 01:03 Guest APIs and Dev Tools
Bitcom is an open ended OP_RETURN protocol for creating a universal virtual computer on top of Bitcoin. Bitcom borrows from the UNIX filesystem metaphor to represent a global directory of Bitcoin application protocols, where: Each "account" is represented...