mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-01-30 14:52:16 +00:00
Update README
This commit is contained in:
parent
ef6b5035d4
commit
806b3926c2
@ -17,7 +17,10 @@ changes to extend bitcoinj. Generally using altcoinj is equivalent to using
|
|||||||
bitcoinj, except with different network parameters (reflecting altcoin consensus
|
bitcoinj, except with different network parameters (reflecting altcoin consensus
|
||||||
in place of Bitcoin).
|
in place of Bitcoin).
|
||||||
|
|
||||||
Add the following to your gradle.build file:
|
Be aware however that altcoin blocks have their own class, AltcoinBlock, which
|
||||||
|
adds support for features such as AuxPoW.
|
||||||
|
|
||||||
|
To use altcoinj in your own project, just add the following to your gradle.build file:
|
||||||
```
|
```
|
||||||
repositories {
|
repositories {
|
||||||
maven { url 'https://jitpack.io' }
|
maven { url 'https://jitpack.io' }
|
||||||
@ -28,8 +31,7 @@ dependencies {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
Be aware however that altcoin blocks have their own class, AltcoinBlock, which
|
For maven, sbt, and leiningen check [jitpack](https://jitpack.io/#jjos2372/altcoinj).
|
||||||
adds support for features such as AuxPoW.
|
|
||||||
|
|
||||||
#### Building from the command line
|
#### Building from the command line
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user