tests/testthat/helper-config.R

domain = "testnet"

# Prepare test accounts. --------------------------------------------------
test_account_1 = "GCPE3QUYAH3UHDRGYIOTCGRSVVUNH2LJOK375NQG4RTPLKLRHXNJE44U"
test_account_2 = "GD5I4VJHEF5IGOUHNIDZCDDMGRPSEB7ZFEAO4BOLU44OLJPT5G3LO4GP"

for (account in c(test_account_1, test_account_2)){
  httr::GET(sprintf("https://friendbot.stellar.org/?addr=%s", account))
}

Try the xlm package in your browser

Any scripts or data that you put into this service are public.

xlm documentation built on Oct. 23, 2018, 1:04 a.m.