Skip to content

rrbest/arkR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages