You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Matias Alejo Garcia d36b4acc58 Create README.md 10 years ago
bit-wallet working after refactor 10 years ago
lib merge SignUtils into WalletUtils 10 years ago
test merge SignUtils into WalletUtils 10 years ago
.gitignore move / rename client files 10 years ago
README.md Create README.md 10 years ago
TODO move / rename client files 10 years ago
TODO.txt add express app 10 years ago
app.js fix broadcasting 10 years ago
package.json test minimum fee 10 years ago

README.md

bitcore-wallet-service

Quick Guide

 # Start the server
 npm ./app.js
 
 # Try the CLI interfase
 cd bit-wallet
 
 # Create a 2-2 wallet (john.dat is the file were the wallet critical data will be stored)

 ./bit -c john.dat create 2-2 john -n testnet
  * Secret to share:
  	0a18bed5-5607-4fde-a809-dc6561bc0664:L3WtafRAEHty7h2J7VCHdiyzFboAdVFnNZXMmqDGw4yiu5kW9Tp4:T
 ./bit -c join.dat status
 
 # Join the wallet
   ./bit -c pete.dat join	0a18bed5-5607-4fde-a809-dc6561bc0664:L3WtafRAEHty7h2J7VCHdiyzFboAdVFnNZXMmqDGw4yiu5kW9Tp4:T
   ./bit -c pete.dat status
   
   export BIT_FILE=pete.dat
   ./bit address 
     [1bitcoinaddress]
   ./bit balance
   ./bit send 1xxxxx 100 "100 satoshis to mother"
   ./bit status
   
   # List all commands:
    ./bit --help