# etscwallet **Repository Path**: qpool/etscwallet ## Basic Information - **Project Name**: etscwallet - **Description**: No description available - **Primary Language**: NodeJS - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-06-09 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Ethereum Social Web Wallet ![Main page of etscwallet](https://raw.githubusercontent.com/ethereumsocial/etscwallet/master/web-wallet.PNG) [![Discord](https://discordapp.com/api/guilds/417146776974262273/widget.png)](https://discord.gg/h6vsEuw) [![Build Status](https://travis-ci.org/ethereumsocial/etscwallet.svg?branch=master)](https://travis-ci.org/ethereumsocial/etscwallet) [![dependencies Status](https://david-dm.org/ethereumsocial/etscwallet/status.svg)](https://david-dm.org/ethereumsocial/etscwallet) [![NPM module](https://badge.fury.io/js/etsc-custom.svg)](https://badge.fury.io/js/etsc-custom) Ethereum Social Web Wallet is a frontend implementation of Ethereum Social blockchain based on the stable version of MyEtherWallet and MyCrypto. It can be used for sending & managing ETSC and it's based tokens & securities. It is the front-end implementation for [docker-etsc-lb](https://github.com/ethereumsocial/docker-etsc-lb). ### Live version - [https://wallet.ethereumsocial.kr](https://wallet.ethereumsocial.kr) ### Download the Latest Release - [https://github.com/ethereumsocial/etscwallet/releases](https://github.com/ethereumsocial/etscwallet/releases) ### Developers - master is the working / development branch - gh-pages contains only the smaller dist folder only and is served to [wallet.ethereumsocial.kr](https://wallet.ethereumsocial.kr) #### If you would like to play around with this one for whatever reason: First, clone the repo and `cd` into the working directory. Then... ``` $ npm install ``` ``` $ npm run dev ``` Open the resulting `dist/index.html` file in your browser. Gulp will auto-build it upon save. #### To Prep for Production ``` $ gulp prep ``` ``` $ gulp zipit ``` #### License Adapted from https://github.com/kvhnuke/etherwallet & https://github.com/mycryptohq/mycrypto.com Copyright (c) 2015-2017 MyEtherWallet LLC Copyright (c) 2018 MyCrypto, Inc. Copyright (c) 2018 Ethereum Social Community