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...
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...
Wednesday, 05 June 2019 23:33 Guest APIs and Dev Tools
So what is Bitbus? Instead of having to run a full Bitcoin node (hundreds of GB and soon TB), you can instantly create your own filtered replication using Bitquery in seconds. Only store what you need for your app. Instead of hundreds of GB, you store...
Friday, 17 May 2019 03:32 Guest APIs and Dev Tools
Super simple and flexible Bitcoin transaction broadcast microservice Bitpipe is a transaction broadcast Microservice powered by DataPay, a declarative Bitcoin transaction builder and broadcaster library for Bitcoin SV. It sets up a web server that accepts...
Thursday, 09 May 2019 00:30 Guest APIs and Dev Tools
MetaVibe creates a location based meta layer on top of our physical world. Thereby allowing users to drop media content, comments and other smart contract based events to specific locations while ensuring that only people at the location can read the...
Monday, 15 April 2019 01:29 Guest APIs and Dev Tools
There are 3 parts to this protocol solution: Generic URI Scheme: A new expressive URI scheme that can custom-reference any Bitcoin app protocol object on the blockchain. Decentralized Router: A decentralized routing engine that maps the generic URI...
Wednesday, 27 March 2019 09:18 Guest APIs and Dev Tools
WhatsOnChain provide the github repo for anyone to easily create their own BSV blockchain explorer. Simple, database-free SV blockchain explorer, via RPC. Built with Node.js, express, bootstrap-v4. This tool is intended to be a simple, self-hosted explorer...
Tuesday, 26 March 2019 12:51 Guest APIs and Dev Tools
Generate and share Money Button landing pages. This page consists of a classic _unwriter trick, to encode all of the moneybutton data into a URL.   You can then save this URL to bring up your moneybutton.
Friday, 22 March 2019 00:37 Guest Productivity Tools
What Did you know that you can upload files directly to the Bitcoin network, as permanent, immutable, and monetizable Bitcoin transactions?These files can be all sorts of things like documents, images, and videos, and can be combined to make other things...
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...
Wednesday, 06 March 2019 03:15 Guest APIs and Dev Tools
Bitcoin SV made easier.   Features--------- Python's fastest available implementation (100x faster than closest library)- Seamless integration with existing server setups- Supports keys in cold storage- Fully supports 25 different currencies- First...
Tuesday, 05 March 2019 04:38 Guest APIs and Dev Tools
BitcoinFiles Javascript SDK https://www.BitcoinFiles.org Easily create, retrieve and search for Bitcoin Data Protocol (b:// files). Powered by Bitcoin SV. Protocol Docs: https://b.bitdb.network/ https://github.com/unwriter/B Read More!
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...
Friday, 22 February 2019 02:22 Guest Tokenization & Smart Contracts
Create and manage (non-fungible) digital assets on the Bitcoin blockchain. Bitcom Prefix: 1CLcHRfBvtMVB2VNFjNXq7VfamY9FXfw7K Protocol Spec: https://github.com/bitcoin-asset/bitcoinassetjs Use Cases Art and Content Ownership Create unique art...
Wednesday, 20 February 2019 03:59 Guest APIs and Dev Tools
Planaria is like a framework, but: 100% powered by Bitcoin Containerized as an API Microservice Only requires JavaScript skills to program Anyone can build and publish a public Planaria node, and anyone can connect to the public Planaria nodes...
Tuesday, 22 January 2019 02:06 Guest APIs and Dev Tools
Genesis BitDB, a Bitcoin SV exclusive BitDB node.   Genesis is a new, special BitDB node that runs on Bitcoin SV. Here’s what its explorer looks like:   And here are the highlights: Works exactly the same as the other BitDB nodes (same...
Thursday, 03 January 2019 22:20 Guest Productivity Tools
Explore what Bitcoin Cash is saying. Visual representation of what people are writing on the blockchain. This nifty Bitdb powered app, makes it a convenient way to explore the Bitcoin Cash blockchain, and shows a good example of what can be done with...
Thursday, 03 January 2019 21:53 Guest APIs and Dev Tools
A pure and powerful JavaScript Bitcoin SV library. Principles Bitcoin SV is an other powerful peer-to-peer platform for the next generation of financial technology. The decentralized nature of the Bitcoin network allows for highly resilient bitcoin...
Thursday, 03 January 2019 21:39 Guest APIs and Dev Tools
bitcoinj is a library for working with the Bitcoin protocol. It can maintain a wallet, send/receive transactions without needing a local copy of Bitcoin Core and has many other advanced features. It's implemented in Java but can be used from any JVM compatible...
Tagged in: developer java library
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...