Bitcoin Forum

Other => Beginners & Help => Topic started by: Bitlab on October 28, 2013, 07:27:55 PM



Title: Bitlab Firebase Real-time Wallet API
Post by: Bitlab on October 28, 2013, 07:27:55 PM
We've launched a new startup called Bitlab. Our web address is https://bitlab.co and our service is cutting edge. If you don't know what Firebase is then check it out at http://www.firebase.com but the TL;DR version is that it's a real-time RESTish backend for your data. A pretty cool demo is at http://www.sflivebus.com/ which shows how updating data in the backend automatically syncs data across all of your clients in real-time with just a few lines of JavaScript.

What we're providing are two Firebase services, one at https://bitlab.firebaseio.com and the other at https://bitlab-sandbox.firebaseio.com which provide wallet services to both the regular Bitcoin network and the testnet Bitcoin network respectively. You can see simple wallet apps that we've written using the API at https://bitlab.co/wallet for the regular network and https://bitlab.co/sandbox. These are demo apps that show how you can use our API. However, we will be providing a wallet service as a reference application so feel free to use our wallet service on a permanent basis.

We are also working with one of our partners to provide the first ever real-time exchange based in the US with full compliance of KYC and AML.

TL;DR

Use our service to create real-time single page bitcoin apps without having to write a backend.

Check out a working demo at https://bitlab.co/wallet

Source code coming soon!