Giter VIP home page Giter VIP logo

web-wallet's Introduction

Velas Multi-Currency Wallet

Install and run wallet locally

Requirements: node version 14.16+ npm version 7+

Run npm run setup

OR follow next steps

  1. Install lsxc: npm i lsxc -g
  2. git clone https://github.com/velas/web-wallet
  3. git clone http://github.com/velas/web3t
  4. cd web3t && npm i
  5. Delete git cache and copy web3t to web-wallet: cd .. && rm -rf web-wallet/.compiled-ssr/web3t/.git/objects/ && mkdir -p web-wallet/.compiled-ssr/ && cp -pr web3t/ web-wallet/.compiled-ssr/web3t/ && cd web-wallet
  6. npm i
  7. Build and run wallet: npm run wallet-start
  8. Open 127.0.0.1:8080/main-index.html

You can also specify network by adding it as parameter: ?network=testnet. Do not open localhost, use 127.0.0.1. Otherwise some wallet functions may work incorrectly.

Run e2e tests

Please refer to e2e/README.md

Install Web Wallet on your server (steps could be DEPRECATED

  1. mkdir wallet-area
  2. cd wallet-area
  3. git clone https://github.com/velas/web-wallet wallet
  4. git clone http://github.com/velas/web3t
  5. cd web3t
  6. npm i
  7. cd ../wallet
  8. npm i
  9. npm i lsxc -g
  10. npm run wallet-start
  11. open http://127.0.0.1:8080

Tested with node --version v11.10.1

Features

  • All coins managed by single mnemonic pharse
  • Ability to install/uninstall other coins from github repository
  • Web3 api support for multi-currency

Supported Browsers:

  • Chrome
  • Mozilla
  • Opera
  • Safari

Supported Sreens:

  • Mobile - Compact Design
  • Desktop - Extended Design with Transaction History

Supported Coins

  • VLX
  • BTC (+ All OMNI)
  • LTC
  • DASH
  • ETH (+ All ERC20)
  • ETC
  • USDT (+ USDT_ERC20)
  • and other less known

web-wallet's People

Contributors

apindes avatar askucher avatar corresponsible avatar daniel-yavorovich avatar danilichev avatar davinctor avatar dmitrii602 avatar frozenpyrozen avatar jjincer avatar kpogromskiy avatar nikolyakuku avatar okhrimenkoalexey avatar olexandr13 avatar otani88 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.