Skip to content

bitcoin-express/wallet

Repository files navigation


bitcoin-express-wallet

GitHub license

Bitcoin web client wallet

Getting started

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/

About

Bitcoin-express wallet. Bitcoin web client wallet.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages