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/xiaoping378/scatter-vue.git

Cd into the project.

cd Scattellet

Install all it's dependencies.

npm install

Start server

Serve the development environment.

npm run build && npm run serve this will start a development server.

Open in browser.

Visit http://127.0.0.1:8080 to see the app