All Projects → blockchain → Unused My Wallet

blockchain / Unused My Wallet

Legacy Blockchain Web Wallet - current version is at https://github.com/blockchain/My-Wallet-V3-Frontend

Programming Languages

javascript
184084 projects - #8 most used programming language

My-Wallet

Source code for blockchain.info. Please contact support if you experience any issues as a user.

Setup

Make sure you have Node.js installed.

Install dependencies:

npm install -g grunt-cli
npm install

Create a file called .env in the root of the project. Put the following in it:

ROOT_URL=https://blockchain.info/

Build

Grunt watches and compiles the Javascript. Keep it running:

grunt

Run

Run local http server:

npm start

Visit local.blockchain.com:8080. Do not use localhost:8080. You will need to modify your "hosts" file (/etc/hosts on OSX and most UNIX systems) because this is no longer registered at the DNS level for application security reasons. Add this line to /etc/hosts:

127.0.0.1   local.blockchain.com

Contributing

Consider contributing to the new and improved wallet

Usage

You can open any wallet, but you can't create one (yet).

Security

Security issues can be reported to us in the following venues:

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