Giter VIP home page Giter VIP logo

btcwebwallet's Introduction

BTC Web Wallet

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.

Installation

In this section there is commands to install this product to servers or desktop computers with several operationg systems.

MacOS & Linux

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

Install BTC Web Client

git clone https://github.com/ogu83/BTCWebWallet.git
cd BTCWebWallet

Start Web Client

Finally run following command and start your BTC Web Wallet in your computer.

dotnet restore
dotnet build
dotnet run

Goto https://localhost:9999

Tech Stack

  • bitcoin core
  • dotnet core 6.0
  • MVC Web App with Razor Pages.
  • Jquery
  • Bootstrap

Contributing

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.

License

MIT

btcwebwallet's People

Contributors

ogu83 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.