https://github.com/ethereum/meteor-dapp-wallet
This is an archived repository of one of the early Ethereum wallets.
https://github.com/ethereum/meteor-dapp-wallet
Last synced: 5 months ago
JSON representation
This is an archived repository of one of the early Ethereum wallets.
- Host: GitHub
- URL: https://github.com/ethereum/meteor-dapp-wallet
- Owner: ethereum
- License: gpl-3.0
- Archived: true
- Created: 2015-02-02T16:59:12.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-05-28T17:10:25.000Z (about 2 years ago)
- Last Synced: 2025-01-06T10:05:02.418Z (5 months ago)
- Language: JavaScript
- Homepage: https://ethereum.org/en/wallets/find-wallet/
- Size: 17.7 MB
- Stars: 600
- Watchers: 69
- Forks: 408
- Open Issues: 80
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ethereum Wallet Ðapp
The Ethereum wallet.
[](https://travis-ci.org/ethereum/meteor-dapp-wallet)
**PLEASE NOTE:** This wallet is not yet officially released,
and can contain severe bugs! Please use at your own risk.## Install
If you don't have [Meteor](https://www.meteor.com/install):
$ curl https://install.meteor.com/ | sh
Install npm dependencies:
$ cd meteor-dapp-wallet/app
$ npm install## Development
Start a `geth` node:
$ geth --ws --wsorigins "http://localhost:3000" --unlock
Run dev server:
$ cd meteor-dapp-wallet/app
$ meteorNavigate to http://localhost:3000
## Deployment
To create a build:
$ npm install -g meteor-build-client
$ cd meteor-dapp-wallet/app
$ npm install
$ meteor-build-client ../build --path ""This will generate the files in the `../build` folder.
Navigating to `index.html` will start the app, but you will need to serve it over a local server like [MAMP](https://www.mamp.info).
---
To deploy to the **wallet.ethereum.org** site, execute these commands:
$ git checkout gh-pages
$ git merge develop
$ cd app
$ meteor-build-client ../build --path "/"And push (or PR) your changes to the `gh-pages` branch.
---
## Gas usage statistics
- Deploy original wallet: 1 230 162
- Deploy wallet stub: 184 280
- Simple Wallet transaction: 64 280
- Multisig Wallet transaction below daily limit: 79 280
- Multisig Wallet transaction above daily limit: 171 096
- 1 Multisig confirmation: 48 363