Bitcoin web client wallet
- Licence: MIT Licence
- Author: Jose E. Martinez
- Contributers: Ricky Rand, Paul Clark, Jon Barber, Clive Rand
- Language: Javascript
- Homepage: https://bitcoin-e.org/
All of the source code to Bitcoin-express wallet is available here. You can read the following instructions on how to download and build the code for yourself.
Bitcoin-express is a javascript application build with React and Material-UI.
Check out the code from Github:
git clone [email protected]:bitcoin-express/bitcoin-express-wallet.git
cd bitcoin-express-wallet
Install all the dependencies of the project:
npm install
Run webpack (developer mode) at the desired folder (by default at dev/ folder)
npm run build:dev -- --env.dir ./path/to/the/deployment/folder/
Deploy production Wallet (by default at dist/ folder)
npm run build:dist
Deploy production Wallet at the desired folder
npm run build:prod -- --env.dir ./path/to/the/deployment/folder/