Bitcoin wallet on your browser
Bitcoin on browser objective is to create a extension (first for chrome) that allows the user to use bitcoin on browser.
The extension will works as a small RPC that will comunicate with a public node.
-
install node and npm
-
clone the repository
-
cd /path/to/repository
-
install packages
npm i
-
build the project
npm run build
-
go to chrome://extensions/
-
load unpacked
-
select the folder Build in the project folder
you can also watch this video on how to start the extension https://youtu.be/QpXL4fst134.
on Ubuntu 18.04, you may also need to install libpng-dev (sudo apt-get install libpng-dev)
-
install node and npm
-
clone the repository
-
cd /path/to/repository
-
install packages
npm i
-
run the project
npm run start
- Create or import new seed/account (done)
- New address
- List address balance (done)
- Receive funds (done)
- List address transactions (done)
- List address utxos (done)
- Disable utxo on send page.
- Create 1 - 1 transactions (done)
- Create 2 - 2 transactions
- Fully integration with arduino-bitcoin
- WYLTCAC (Would you like to create a channel)
- Create Channels
- List Channels