This is a social networking app built with Blockstack. It will be an uncensored social network, build by the NYC Blockchain Devs and me.
The Demo DApp is currently only working together with the my block space server.
Make sure you have node
installed and it's version 8.5.0 or greater.
node --version
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.
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
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.
Create posts, make friends, search for tags and be Awesome!
Coming soon.