Monday, 13 July 2020 15:28 Guest Social & Content Commerce
Features 1. VALUE EXCHANGE NETWORK P value and get Bitcoin micropayments, or send Bitcoin to others for providing value. Or simply socialize, or tell stories. Any activity that has a perceived value to someone else can get a micropayment. 2. FREE TO...
Monday, 06 July 2020 14:26 justicemate Productivity Tools
Search the entire Bitpic universe using Paymail. No longer need to remember transaction IDs just to find your Bitpics. No more losing track of all your Bitpic update history. It's all there.   Some may not remember what image they have uploaded...
Monday, 06 July 2020 14:21 justicemate Productivity Tools
Many say it's annoying how they are supposed to "own their data" but it's impossible to retrieve what they've uploaded to the blockchain. C.txt lets you easily find files simply by: 1. keyword 2. transaction ID 3. content hash 4. SIMPLY DRAG AND DROP...
Monday, 06 July 2020 14:14 justicemate APIs and Dev Tools
TXT (Transaction Tape) is a portable Bitcoin transaction storage system which lets you store, manage, and share bitcoin transaction bundles with semantic metadata attached. What is it? Just like how Content Management Systems (CMS) provide an easy...
Monday, 06 July 2020 14:12 justicemate APIs and Dev Tools
Bitcache A Peer-to-Peer Cache System for Bitcoin 1. Bitcoin Cache System Bitcache lets you cache a filtered and processed version of the bitcoin blockchain data. First, quick intro: Bitbus: Bitbus lets you crawl the blockchain for various...
Monday, 06 July 2020 14:08 justicemate APIs and Dev Tools
META.TXT--powered by TXT--stores the global metanet graph in a single file, and provides an instant API. The txt.db file is stored as a self contained SQLite file (powered by http://txt.network) . The goal is to store only the graph structure in order...
Monday, 06 July 2020 14:01 justicemate APIs and Dev Tools
bitsim bitcoin simulator bitsim is the controller for the your bitcoin simulation environment. bitsim consists of: Bitcoin simulation node Docker image Node module for interacting with the simulation container NOTE: Bitsim node is a modified...
Tuesday, 05 May 2020 12:55 justicemate APIs and Dev Tools
Minercraft is a JavaScript library for effortlessly interacting with Bitcoin Miner APIs. Currently supporting the beta version of the Merchant API. Minercraft works both on the server as well as inside a browser. What it does Miner merchant APIs...
Tuesday, 07 April 2020 21:48 Guest APIs and Dev Tools
distributed version control system for bitcoin 1. Like Git for Bitcoin Traditionally, Bitcoin app developers have had to constantly rely on the blockchain to build Bitcoin transactions. For every transaction you made, you first had to do a blockchain...
Tuesday, 11 February 2020 21:49 Guest APIs and Dev Tools
0. What is bitFS? bitFS is an autonomous file system constructed from Bitcoin transactions. 1. What gets stored to bitFS? bitFS crawls the bitcoin blockchain to find and store all the bitcoin script pushdata chunks larger than 512 bytes. Let's...
Wednesday, 08 January 2020 00:32 Guest Tutorials & Learning Resources
Bitquery is central to many of _Unwriter's tools. Unwriter has been prolific in developing tools for developers on BSV, and this documentation aids in providing a wealth of information on the "Bitquery" language and by extension the usability of many...
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({ ...
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...
Wednesday, 10 July 2019 01:07 Guest APIs and Dev Tools
Metanet graph explorer called Metagraph. An explorer that is powered by the Metanaria API. Allows you to visually see Metanet nodes and their associated structures. To completely appreciate how these data structures work and are related, please read...
Wednesday, 10 July 2019 01:04 Guest APIs and Dev Tools
A Metanet Query Engine, version 2   It is a Planaria node which lets you run flexible queries into the global Metanet data structure that lives on Bitcoin.     Metanet is a simple protocol that lets you create virtual data structures on Bitcoin...
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...