1.0.2 • Published 4 years ago

@boricraft-development/dogechainjs v1.0.2

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
4 years ago

DogechainJS

An API wrapper for dogechain

Features

  • Get balance from Dogechain API

Example

const dogechain = require('./index.js');

async function main(){
    const bal = await dogechain.getBalance('DB35CUGKNV3e36Lh354cjTSos7REWn5rJv');
    console.log(bal);
}

main()

Contributing

contributions are always welcome via a pull request on github

Author

@Boricraft