{"id":20747333,"url":"https://github.com/ether1project/meteor-dapp-wallet","last_synced_at":"2026-04-13T11:32:51.244Z","repository":{"id":101311946,"uuid":"137719893","full_name":"Ether1Project/meteor-dapp-wallet","owner":"Ether1Project","description":"This is the Ether-1 Version of Ethereum's Meteor DApp Wallet -- This is not production ready - deploy \u0026 use it with extreme caution.","archived":false,"fork":false,"pushed_at":"2019-03-29T22:20:53.000Z","size":4383,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"Ether-1","last_synced_at":"2025-12-25T23:30:41.006Z","etag":null,"topics":["wallet","wallet-dapp","wallet-transaction"],"latest_commit_sha":null,"homepage":"https://meteor.fallengravity.xyz","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Ether1Project.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-06-18T07:05:29.000Z","updated_at":"2019-04-01T11:14:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"4afe2f48-afbb-42a3-8331-cb354e323859","html_url":"https://github.com/Ether1Project/meteor-dapp-wallet","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Ether1Project/meteor-dapp-wallet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ether1Project%2Fmeteor-dapp-wallet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ether1Project%2Fmeteor-dapp-wallet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ether1Project%2Fmeteor-dapp-wallet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ether1Project%2Fmeteor-dapp-wallet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ether1Project","download_url":"https://codeload.github.com/Ether1Project/meteor-dapp-wallet/tar.gz/refs/heads/Ether-1","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ether1Project%2Fmeteor-dapp-wallet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31751397,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T09:16:15.125Z","status":"ssl_error","status_checked_at":"2026-04-13T09:16:05.023Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["wallet","wallet-dapp","wallet-transaction"],"created_at":"2024-11-17T08:12:44.029Z","updated_at":"2026-04-13T11:32:51.237Z","avatar_url":"https://github.com/Ether1Project.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ethereum Wallet Ðapp\n\nThe Ethereum wallet.\n\n[![Build Status](https://travis-ci.org/ethereum/meteor-dapp-wallet.svg?branch=master)](https://travis-ci.org/ethereum/meteor-dapp-wallet)\n\n**NOTE** The wallet is not yet official released,\ncan contain severe bugs!\n\n\n## Development\n\nStart an `geth` node and and the app using meteor and open http://localhost:3000 in your browser:\n\n    $ geth --rpccorsdomain \"http://localhost:3000\" --rpc --unlock \u003cyour account\u003e\n\nStarting the wallet dapp using [Meteor](https://meteor.com/install)\n\n    $ cd meteor-dapp-wallet/app\n    $ meteor\n\nGo to http://localhost:3000\n\n\n## Deployment\n\nTo create a build version of your app run:\n    \n    // install meteor-build-client\n    $ npm install -g meteor-build-client\n\n    // bundle dapp\n    $ cd meteor-dapp-wallet/app\n    $ meteor-build-client ../build --path \"\"\n\nThis will generate the files in the `../build` folder. Double click the index.html to start the app.\nTo make routing work properly you need to build it using:\n\n    $ meteor-build-client ../build\n\nAnd start a local server which points with its document root into the `../build` folder,\nso that you can open the app using `http://localhost:80/`\n\nTo deploy them to the **wallet.ethereum.org** site, execute these commands (from the app folder):\n\n    git checkout gh-pages\n    git merge develop\n    cd app\n    meteor-build-client ../build --path \"/\"\n          \nAnd push (or PR) your changes to the gh-pages branch.\n\n\n***\n\n## Gas usage statistics\n\n- Deploy original wallet: 1 230 162\n- Deploy wallet stub: 184 280\n- Simple Wallet transaction: 64 280\n- Multisig Wallet transaction below daily limit: 79 280\n- Multisig Wallet transaction above daily limit: 171 096\n- 1 Multisig confirmation: 48 363\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fether1project%2Fmeteor-dapp-wallet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fether1project%2Fmeteor-dapp-wallet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fether1project%2Fmeteor-dapp-wallet/lists"}