README.md

Overview

arkr is an API to work with ark. With arkr you can get blockchain data, send transaction, and vote.

Installation

# The easiest way to get arkr is by running the following lines in R:

install.packages("devtools")
library(devtools)
install_github("rrbest/arkr")
library(arkr)

Usage

library(arkr)

delegates <- getDelegates()


Learning arkr

Getting help

There are two main places to get help with arkr:

  1. Here on github.
  2. Contact @ryano on the ark slack at arkecosystem.slack.com.


rrbest/arkR documentation built on May 20, 2019, 3:32 p.m.