Package: rbch
Version: 0.1-1
Date: 2022-01-08
Title: Extraction and Analysis of Data from the Bitcoin Cash (BCH)
        Blockchain
Authors@R: 
    c(person(given = "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.1.1
Packaged: 2022-01-08 21:02:43 UTC; test
Repository: CRAN
Date/Publication: 2022-01-10 18:42:47 UTC
Built: R 4.1.2; ; 2022-01-11 11:55:25 UTC; unix
