A simple web based EOS wallet using Scatter.
Here is the backend project: Scattellet
Clone the repo and install dependencies.
git clone https://github.com/EOSEssentials/Scattellet
Cd into the project.
cd Scattellet
Install all it's dependencies.
npm install
Serve the development environment.
npm run serve
this will start a development server.
Open in browser.
Visit http://127.0.0.1:8080 to see the app