bitcoinless bitpic
Instantly spin up your own bitpic.network node in seconds. No Bitcoin node required. You can even run on your laptop.
Powered by neon planaria.
Literally takes 1 minute from cloning the project to running your own node.
Neonbitpic builds the identical state machine as Gridbitpic, which becomes https://bitpic.network.
- Write: The planaria.js file is the crawler.
- Read: The planarium.js file is the web endpoint.
Now let's try running your own!
This app is powered by Docker. All you need is to have Docker installed.
This repository is all you need to run your own Bitpic node.
$ git clone https://github.com/interplanaria/neonbitpic.git
$ cd neonbitpic
$ npm install
Start the neon planaria crawler to store the transactions to your DB.
node neonplanaria
That's all! Your DB and file system will start populating.
Start a web server to serve.
node planarium