Package: gethr
Type: Package
Title: Access to Ethereum-Based Blockchains Through Geth Nodes
Version: 0.1.0
Authors@R: person("Vicente", "Garcia Diaz", email = "garciavicente@uniovi.es", role = c("aut", "cre"))
Description: Full access to the Geth command line interface for running full Ethereum nodes. With 
    gethr it is possible to carry out different tasks such as mine ether, transfer funds, create 
    contacts, explore block history, etc. The package also provides access to all the available APIs. 
    The officially exposed by Ethereum blockchains (eth, shh, web3, net) and some provided directly 
    by Geth (admin, debug, miner, personal, txpool). For more details on Ethereum, access the project 
    website <https://www.ethereum.org/>. For more details on the Geth client, access the project 
    website <https://github.com/ethereum/go-ethereum/wiki/geth/>.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
URL: https://github.com/vicegd/gethr
BugReports: https://github.com/vicegd/gethr/issues
Imports: jsonlite, httr
Suggests: testthat
RoxygenNote: 6.1.1
NeedsCompilation: no
Packaged: 2019-01-03 17:39:45 UTC; Windows
Author: Vicente Garcia Diaz [aut, cre]
Maintainer: Vicente Garcia Diaz <garciavicente@uniovi.es>
Repository: CRAN
Date/Publication: 2019-01-08 18:00:20 UTC
Built: R 4.0.2; ; 2020-07-16 14:27:04 UTC; unix
