Skip to content

Latest commit

 

History

History
72 lines (48 loc) · 1.61 KB

README.md

File metadata and controls

72 lines (48 loc) · 1.61 KB

My Block Space

This is a social networking app built with Blockstack. It will be an uncensored social network, build by the NYC Blockchain Devs and me.

Try The Demo DApp Locally

The Demo DApp is currently only working together with the my block space server.

Run Demo DApp

1. Check node version

Make sure you have node installed and it's version 8.5.0 or greater.

node --version

2. Start your mongodb server

If you have mongodb installed:

mongo

If you don't have mongodb installed and you use brew:

brew tap mongodb/brew
brew install mongodb-community@4.0
mongod --config /usr/local/etc/mongod.conf
brew services start mongodb-community@4.0
mongo

For more info about installing mongodb checkout the mongodb docs.

3. Set Up The My Block Space Server

In a new tab:

git clone https://github.com/chancelorb/my-block-space-server my-block-space-server && cd my-block-space-server
npm install
npm run start

4. Set up DApp

In a new tab:

git clone https://github.com/chancelorb/my-block-space my-block-space && cd my-block-space
npm install
npm run start

A browser will open to http://localhost:3000.

5. Try it!

Create posts, make friends, search for tags and be Awesome!

Roadmap

Coming soon.

Future...