This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
dido:public:ra:xapend:xapend.b_stds:defact:bitcoin:dev_guides [2019/06/07 19:59] nick |
dido:public:ra:xapend:xapend.b_stds:defact:bitcoin:dev_guides [2021/11/09 14:41] (current) char ↷ Links adapted because of a move operation |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ======== Bitcoin: Bitcoinj Developer's Documentation ======== | + | ===== Bitcoin: Bitcoinj Developer's Documentation ===== |
| - | [[dido:public:stds:defact:bitcoin | return to Bitcoin page]] | + | [[dido:public:ra:xapend:xapend.b_stds:defact:bitcoin:start| return to Bitcoin page]] |
| Source: [[ https://bitcoinj.github.io/]] | Source: [[ https://bitcoinj.github.io/]] | ||
| - | ====== What is bitcoinj? ====== | + | ==== What is bitcoinj? ==== |
| + | bitcoinj is a library for working with the [[dido:public:ra:xapend:xapend.a_glossary:b:bitcoin|Bitcoin]] [[dido:public:ra:xapend:xapend.a_glossary:p:protocol|protocol]]. It can maintain a [[dido:public:ra:xapend:xapend.a_glossary:w:wallet|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 services are built on it. | ||
| - | 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. | + | ==== javadoc ==== |
| - | + | ||
| - | It comes with full documentation and many large, well known Bitcoin apps and services are built on it. | + | |
| - | + | ||
| - | ====== javadoc ====== | + | |
| * [[https://bitcoinj.github.io/javadoc/0.15.2/ | Javadoc 0.15.2 ]] | * [[https://bitcoinj.github.io/javadoc/0.15.2/ | Javadoc 0.15.2 ]] | ||
| - | ====== Packages ====== | + | ==== Packages ==== |
| * org.bitcoin | * org.bitcoin | ||
| * org.bitcoin.crawler | * org.bitcoin.crawler | ||
| Line 35: | Line 32: | ||
| * org.bitcoinj.wallet | * org.bitcoinj.wallet | ||
| * org.bitcoinj.wallet.listeners | * org.bitcoinj.wallet.listeners | ||
| + | |||
| + | /**=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- | ||
| + | /* To add a discussion page to this page, comment out the line that says | ||
| + | ~~DISCUSSION:off~~ | ||
| + | */ | ||
| + | ~~DISCUSSION:on|Outstanding Issues~~ | ||
| + | ~~DISCUSSION:off~~ | ||