Skip to content

mohsenamjadi/Bitcoin-Wallet-App-Java-Implementation-with-BitcoinJ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bitcoin Wallet Application

This is an Implementation of a simple BTC wallet for handling transactions of another application. It uses bitcoinj that is a library for working with the Bitcoin protocol. It can maintain a wallet, send/receive transactions without needing a local copy of Bitcoin Core. Bitcoinj uses SPV mode (lightweight simplified payment verification). In this mode, only a small part of the block chain is downloaded, making bitcoinj suitable for usage on constrained devices like smartphones.

for runnig the application you need to complete application.properties with your specific information.

After blockchain downloaded completely:

image

The application provides your wallet address:

image

you could use the get balance API to findout your balance:

image

Send coins to any BTC address with send coin API:

image

image

image

About

Bitcoin-Wallet-App-Java-Implementation-with-BitcoinJ

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages