Skip to content

mo9527/btc-testnet-sender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

btc-testnet-sender

Build

# npm install

Usage:

# node send.js {fromAddress} {toAddress} {amount} {fromAddressPrivateKey} {fromAddressPublicKey}

Params :

args[1]: the testnet btc address that send from
args[2]: the testnet btc address that send to
args[3]: send amount
args[4]: the private key of from address (Bigint private key)
args[5]: the public key of from address

About

A transfer tool for the btc test chain

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published