forked from bpfaff/rbtc
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDESCRIPTION
More file actions
33 lines (33 loc) · 1.44 KB
/
Copy pathDESCRIPTION
File metadata and controls
33 lines (33 loc) · 1.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Package: rbch
Version: 0.1-2
Date: 2024-09-27
Title: Extraction and Analysis of Data from the Bitcoin Cash (BCH)
Blockchain
Authors@R:
c(person(family = "Rucknium",
role = c("cre", "aut", "cph"),
email = "Rucknium@protonmail.com",
comment = c(ORCID = "0000-0001-5999-8950")),
person(given = "Bernhard",
family = "Pfaff",
role = c("aut", "cph"),
email = "bernhard@pfaffikus.de",
comment = "Creator of rbtc, the package that rbch is originally based on."))
Author: Rucknium [cre, aut, cph] (<https://orcid.org/0000-0001-5999-8950>),
Bernhard Pfaff [aut, cph] (Creator of rbtc, the package that rbch is
originally based on.)
Maintainer: Rucknium <Rucknium@protonmail.com>
Description: Issues RPC-JSON calls to 'bitcoind', the daemon of Bitcoin Cash (BCH), to
extract transaction data from the blockchain. BCH is a fork of Bitcoin that permits
a greater number of transactions per second. A BCH daemon is available under an MIT
license from the Bitcoin Unlimited website <https://www.bitcoinunlimited.info>.
License: GPL-3
URL: https://github.com/Rucknium/rbch,
https://www.bitcoinunlimited.info
BugReports: https://github.com/Rucknium/rbch/issues
SystemRequirements: BCHunlimited (>= 1.9.2)
Depends: R (>= 3.4.0)
Imports: gmp, httr, methods, openssl, rjson
NeedsCompilation: no
RoxygenNote: 7.3.2
Packaged: 2024-09-27 18:44:23 UTC; test