EOSEssentials / Scattellet

Scatter integrated web wallet
12 stars 3 forks source link

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