Skip to content

Mobula JS client. 2 lines of code to get seamless meta-data about any crypto-token.

Notifications You must be signed in to change notification settings

NBMSacha/mobula-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

mobula-js

Mobula JS client. 2 lines of code to get seamless meta-data about any crypto-token.

Get started

First thing first, let's download Mobula JS.

npm i mobulajs

To get data from Mobula, use the getData function :

const Mobula = require('mobulajs');

const mobula = new Mobula();

mobula.getData('0x557233e794d1a5fbcc6d26dca49147379ea5073c').then(console.log);

That's it. You're done.

You're a bit lost, or you're facing an issue? Feel free to ask some help from our community on Telegram or Discord.

About

Mobula JS client. 2 lines of code to get seamless meta-data about any crypto-token.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published