Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cod1ng-earth/blockstagram

Blockstack Hackathon "solution" for Dyrks problem
https://github.com/cod1ng-earth/blockstagram

Last synced: 10 days ago
JSON representation

Blockstack Hackathon "solution" for Dyrks problem

Awesome Lists containing this project

README

        

# Blockstagram
this is about pictures on: the blockchain. yes.

## Idea

- 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"

## Getting Started

### Prerequisites

You need [Blockstack](https://blockstack.org/install) installed and also a [Blockstack Identity](https://blockstack.org/posts/blockchain-identity) (name.id)

### Installing
1. Clone this repository: `git clone https://github.com/coding-berlin/blockstagram.git`
2. Enter the core directory: `cd blockstagram`
3. Run: `npm install` or `yarn`
4. Run: `npm run watch` or `yarn run watch`
5. Open `http://127.0.0.1:8080/` in your browser.