talentlessguy / stablecoin-api

Module for generating stable coin addresses, checking balance and making transfers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stablecoin-api

Node module for checking stablecoin balances. Fork of stablecoin-api

Install

$ npm install talentlessguy/stablecoin-api

API

Balance

import stablecoin from 'stablecoin-api'

const balance = await stablecoin.balance('bnb13lrs4k2utmlp46v7m72mt738n9yqs3cx56yvgz', 'ABCD')
// balance => 0.50000000

Dependencies

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

About

Module for generating stable coin addresses, checking balance and making transfers.


Languages

Language:JavaScript 100.0%