Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cod1ng-earth/blockstagram
- Owner: cod1ng-earth
- Created: 2018-03-03T09:20:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-18T12:53:36.000Z (over 5 years ago)
- Last Synced: 2023-10-20T18:59:10.211Z (about 1 year ago)
- Language: JavaScript
- Size: 3.86 MB
- Stars: 15
- Watchers: 9
- Forks: 7
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
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.