Tuesday, 12 November 2019 19:54 Guest Productivity Tools
A global bitcoin user database stored on chain. Bitkey lets you register paymail public keys on the blockchain which can then be used by other bitcoin apps.
Friday, 04 October 2019 04:02 justicemate APIs and Dev Tools
BOB (Bitcoin OP_RETURN Bytecode) is a new transaction serialization format for dealing with Bitcoin transactions, especially OP_RETURNs. Until now all existing Planaria systems have been based on a serialization format called TXO. BOB is a new, modified...
Wednesday, 25 September 2019 00:17 justicemate APIs and Dev Tools
1. Introduction   Overpool lets you build your own off-chain bitcoin transaction ledger, which can optionally be shared over an overlay P2P network (DAT), in realtime. With Overpool, you can effortlessly set up an HTTP endpoint which: accepts signed...
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...
Monday, 09 September 2019 19:28 Guest APIs and Dev Tools
Casco is a Bitcoin application development toolkit. With Casco you can process Bitcoin transactions as if you were writing a web server application. Developers familiar with ExpressJS or Connect will feel right at home.  Take a look at our GitHub for...
Tuesday, 09 July 2019 21:49 Guest APIs and Dev Tools
A general purpose append-only log for capturing filtered Bitcoin events 1. What is Eventchain? If Planaria is an event-driven application backend framework, Eventchain is a general purpose event log which filters and stores the events themselves...
Thursday, 27 June 2019 23:09 Guest APIs and Dev Tools
Metanet Planaria! To understand Metanet, read unwriter's post here: https://medium.com/@_unwriter/the-metanet-starts-84f255a65782 Metanet Planaria works by: It ONLY indexes Metanet The query language is an extension of Bitquery, which powers all...
Friday, 14 June 2019 04:00 Guest APIs and Dev Tools
Bitcoin as Backend Neon Planaria is a new version of Planaria which is completely re-written from scratch. It is drastically simplified yet exponentially more powerful. The main design goals are: simplicity and flexibility: Easy: Easy to use...
Monday, 11 March 2019 22:53 Guest APIs and Dev Tools
C:// is an immutable URI scheme for referencing B:// protocol files, a simple Bitcoin file storage protocol.The file system is constructed from Bitcoin transactions, and is instantly serviced through HTTP/HTTPS endpoint. Why? Having immutable files...
Saturday, 23 February 2019 10:25 Guest APIs and Dev Tools
Store images as ASCII art, on Bitcoin. - A service built on a planaria node by @_unwriter Basciiat is powered by a new Planaria state machine I wrote specifically for this app. The images are NOT stored as ASCII. They're stored as full binary following...