cardano
v1.0.2
Published
node-cardano is a simple tool for all things related to the cryptocurrency.
Downloads
4
Maintainers
Readme
node-cardano is a simple tool for all things related to the cryptocurrency.
Install
npm install cardano
Examples
// Current price
const cardano = require('cardano');
cardano.price(function(p) {
console.log(p)
})