This is a Bitcoin Wallet Web User Interface depending on bitcoin core application and JsonRPC 1.0. This application can be used as a manager UI to your bitcoin node, hot or cold wallet management purposes with a bootstrap powered nice looking HTML UI. This project is intended to create a good UEX for secure bitcoin cold and hot wallet usage.
In this section there is commands to install this product to servers or desktop computers with several operationg systems.
Install HomeBrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Install Bitcoin Core
brew install bitcoin
The default path of the daemon would be like /usr/local/opt/bitcoin/bin/bitcoind If you would install bitcoind into another path you should also specify that in the appSettings.json. If you are using the default path for bitcoind, there is nothing to do more here.
bitcoin.conf file is the config of the bitcoin node which will be stored in your computer. With default parameters it will install a prune (2GB) node, encryptwallets will run in main chain. If you want to do advanced stuff with it please read bitcoid manual pages.
Install DotNet Core
https://dotnet.microsoft.com/download/dotnet/scripts/v1/dotnet-install.sh
Install Git
brew install git
git clone https://github.com/ogu83/BTCWebWallet.git
cd BTCWebWallet
Finally run following command and start your BTC Web Wallet in your computer.
dotnet restore
dotnet build
dotnet run
- bitcoin core
- dotnet core 6.0
- MVC Web App with Razor Pages.
- Jquery
- Bootstrap
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate.