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 install
oryarn
- Run:
npm run watch
oryarn run watch
- Open
http://127.0.0.1:8080/
in your browser.