Skip to content

EOS-Nation/eos-rex-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EOS REX Javascript

import { APIClient } from "@wharfkit/antelope"
import { Chains } from "@wharfkit/common";
import { get_rex_apy } from ".";

const client = new APIClient({url: Chains.EOS.url})

get_rex_apy(client).then(console.log).catch(console.error)

Releases

No releases published

Packages

No packages published