Website: https://bitcoinj.github.io
Rank: 1134 / 1275
2 selected articles
Getting started in Java - GitHub Pages
A bitcoinj application uses the following objects:
a NetworkParameters instance which selects the network (production or test) you are on.
a Wallet instance to store your ECKeys and other data.
a PeerGroup instance to manage the network connections.
a BlockChain instance which manages the shared, global data structure which makes Bitcoin work.
a BlockStore instance which keeps the block chain...
Date: 2017-10-26 15:47:37
Related topics : bitcoin wallet address private key / bitcoin wallet private key generator / all bitcoin private keys / bitcoin transactions fee / bit coin wallet android
bitcoinj
bitcoinj 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 and has many other advanced features. It's implemented in Java but can be used from any JVM compatible language: examples in Python and JavaScript are included.
It comes with full documentation and many large, well known Bitcoin apps and...
Date: 2017-10-26 15:47:37
Related topics : make a bitcoin wallet app / bitcoin transactions per block / bitcoin wallet address private key / local bitcoin wallet / local bitcoin app
2 Resources