Tuesday, 25 January 2022 09:15 bitcoinsofia Productivity Tools
A plain and simple data format converter with a focus on Bitcoin-specific formats.It can decode and encode standard formats like: "ascii", "utf8", "utf16le", "ucs2", "base64", "hex", "hex-LE", "binary", "decimal".It can also decode and encode Bitcoin...
Tuesday, 13 July 2021 07:26 Guest Block Explorer / Node Stats
bsvdata.com is a morden platform for data mining and analytics in the era of Bitcoin. Bsvdata aims to build an honest and transparent data warehouse for business owners, investors and users.
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...
Tuesday, 16 June 2020 10:30 Guest Productivity Tools
A wallet and API designed to specifically power high volume transactions for enterprise applications and businesses. MetaStreme enables any application to interact with the BSV network via an API without requiring knowledge of bitcoin. No need for address...
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.
Monday, 07 October 2019 21:43 justicemate Productivity Tools
This site uses the blockchain as a database. When you fund a pair, you’re funding future transactions which immutably store price data on a distributed ledger. Price data is continually gathered from multiple markets, and is updated every minute. A weighted...
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: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...
Thursday, 03 January 2019 11:08 Guest APIs and Dev Tools
Write data to Bitcoin SV blockchain. Datapay is the simplest library for building and broadcasting data transactions to the Bitcoin SV blockchain. How it works datapay is powered by bsv, which in turn is a fork of bitcore-lib, which means all the low...