Skip to content

The De Facto, End-to-End Ethereum Dapp Launching Tutorial

Notifications You must be signed in to change notification settings

blockstreetboys/blockstreet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blockstreet

The De Facto, End-to-End Ethereum Dapp Launching Tutorial

If you would like to participate in our Alpha testing, please email us at ethblockstreet2018@gmail.com

Thank you!

Running

Start Client

cd .../blockstreet/client
npm install
export PATH=$PWD/node_modules/.bin:$PATH
which react-scripts 1>/dev/null || echo "Could not find react-scripts. Fix this before continuing."
npm start

A browser tab should be opened at http://localhost:3000/.

Tutorial

Next, run through the tutorial.

Before clicking any download links on the "Blastoff!" page, start the server.

Start Server

cd .../blockstreet/server
npm install
npm start

Troubleshooting Client

  • If you get Error: watch .../blockstreet/client/public ENOSPC then run:

    sudo bash -c 'echo 524288 >/proc/sys/fs/inotify/max_user_watches'

About

The De Facto, End-to-End Ethereum Dapp Launching Tutorial

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published