-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
23 lines (23 loc) · 1.07 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Package: gethr
Type: Package
Title: Access to Ethereum-Based Blockchains Through Geth Nodes
Version: 0.1.0
Authors@R: person("Vicente", "Garcia Diaz", email = "[email protected]", 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