Skip to content

Corresponsible/JsWallet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,677 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Velas Multi-Currency Wallet

Install Web Wallet on your server

  1. mkdir wallet-area
  2. cd wallet-area
  3. git clone https://github.com/velas/JsWallet 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

Run wallet locally

(Works on node 14.16)

  1. npm i lsxc -g
  2. git clone https://github.com/velas/JsWallet

Prepare web3t

  1. git clone http://github.com/velas/web3t
  2. cd web3t
  3. npm i
  4. Delete git cache and copy web3t to JsWallet cd .. && rm -rf JsWallet/.compiled-ssr/web3t/.git/objects/ && mkdir -p JsWallet/.compiled-ssr/ && cp -pr web3t/ JsWallet/.compiled-ssr/web3t/
  5. cd JsWallet
  6. npm run wallet-start
  7. open localhost:8080/main-index.html

Run e2e tests

Please refer to e2e/README.md

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

About

Velas Multi-Currency Wallet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • LiveScript 80.3%
  • JavaScript 7.7%
  • HTML 7.0%
  • Sass 3.8%
  • TypeScript 1.2%