Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 570 Bytes

Readme.md

File metadata and controls

31 lines (16 loc) · 570 Bytes

Scattellet

A simple web based EOS wallet using Scatter.

Here is the backend project: Scattellet

Development

Cloning and Dependencies

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

Start server

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