EOS-Nation / eos-rex-js

EOS REX Javascript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

EOS REX Javascript

License:MIT License


Languages

Language:TypeScript 100.0%