this is about pictures on: the blockchain. yes.
- use your own blockstack id to manage your own (singular) image uploads
- share your whole "timeline" only with authorized people
- "authorization" is done using "blockstack ids"
You need Blockstack installed and also a Blockstack Identity (name.id)
- Clone this repository:
git clone https://github.com/coding-berlin/blockstagram.git - Enter the core directory:
cd blockstagram - Run:
npm installoryarn - Run:
npm run watchoryarn run watch - Open
http://127.0.0.1:8080/in your browser.