All Projects → sc0Vu → vuethwallet

sc0Vu / vuethwallet

Licence: MIT License
A simple app generate ethereum wallet with vuejs.

Programming Languages

javascript
184084 projects - #8 most used programming language
Vue
7211 projects
HTML
75241 projects

Projects that are alternatives of or similar to vuethwallet

desktop
CoinApp is a simple to use minimal Cryptocurrency Wallet for Ethereum, ERC20 Tokens, Bitcoin and Litecoin built for Windows, Mac and Linux.
Stars: ✭ 60 (+13.21%)
Mutual labels:  ethereum-wallet
defiprime
All things #DeFi - trustless and transparent financial products built on top of the blockchain.
Stars: ✭ 117 (+120.75%)
Mutual labels:  ethereum-wallet
safari-wallet
Ethereum browser extension wallet for Safari on macOS & iOS.
Stars: ✭ 56 (+5.66%)
Mutual labels:  ethereum-wallet
Android-Wallet-Token-ERC20
Android Wallet (Token ERC20)
Stars: ✭ 30 (-43.4%)
Mutual labels:  ethereum-wallet
ethereum-kit-ios
Comprehensive EVM SDK (ex: Ethereum, Binance Smart Chain) for iOS, implemented on Swift. Create wallets, watch wallets (read-only), sync transactions, filter transactions by type (erc20, bep20, swap transactions etc.), swap using native DEX protocols, easily extendable to work with custom smart contracts, and full support for EIP1159.
Stars: ✭ 148 (+179.25%)
Mutual labels:  ethereum-wallet
Valets
Command line wallets generator (Bitcoin, Bitcoin cash, Ethereum, Ethereum classic, Dash, Zcash, Dogecoin, Litecoin, Navcoin, Vertcoin, Reddcoin, Emercoin)
Stars: ✭ 46 (-13.21%)
Mutual labels:  ethereum-wallet
etherwallet
Cross platform mobile Wallet app for Ethereum
Stars: ✭ 29 (-45.28%)
Mutual labels:  ethereum-wallet
Rabby
The game-changing wallet for Ethereum and all EVM chains
Stars: ✭ 562 (+960.38%)
Mutual labels:  ethereum-wallet
Web3j-Android-Ether-Wallet-Ethereum-Client
I developed this project for helping developers to create their own ethereum wallet using Web3j library.
Stars: ✭ 37 (-30.19%)
Mutual labels:  ethereum-wallet
lndr-mobile
LNDR mobile app in React Native
Stars: ✭ 14 (-73.58%)
Mutual labels:  ethereum-wallet
android-eth-wallet
Android cryptocurrency wallet app with clean architecture
Stars: ✭ 28 (-47.17%)
Mutual labels:  ethereum-wallet

vuethwallet

Build Status codecov dependencies Status

A simple app using eth-lightwallet and vuejs to generate ethereum wallet.

Usage

Run development environment

clone the repo
npm install
npm run dev

Build assets

npm run build

Server static assets, like we serve in heroku

npm start

Have fun with vue-ethereum wallet app.

Router

  1. /

create wallet with user password

  1. /wallet-seed

create wallet with user password and user seed(12 words)

  1. /import-keystore

import wallet from keystore.json

  1. /contract-transaction

make contract transaction

  1. /value-transaction

make value transaction

Test

  1. unit

    npm run unit

  2. e2e

    npm run e2e

  3. all

    npm run test

Send value

  1. Choose the value transaction or go to /value-transaction.

  2. Import your wallet file and enter the password.

  3. Enter the host or choose the test net host.

  4. Enter the params required.

  5. Click the transaction button.

    If error occure, it throws, or it shows the transaction id.

    You can search transaction id or your account information at ethscan.

    Remember change ethscan to the right network eg, mainnet, rinkeby etc.

Demo

Deployed on heroku (build branch): demo

demo-image

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].