Coder Social home page Coder Social logo

goldfintech / meteor-dapp-wallet Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ethereum/meteor-dapp-wallet

0.0 1.0 0.0 16.48 MB

Home Page: https://wallet.ethereum.org

License: GNU General Public License v3.0

HTML 21.85% JavaScript 68.45% CSS 9.70%

meteor-dapp-wallet's Introduction

Ethereum Wallet Ðapp

The Ethereum wallet.

Build Status

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:

$ 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 <your account>

Run dev server:

$ cd meteor-dapp-wallet/app
$ meteor

Navigate 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.


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

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.