0.1.3 • Published 7 years ago

museblockchain-js v0.1.3

Weekly downloads
22
License
ISC
Repository
github
Last release
7 years ago

MUSE Javascript Library

Muse-JS is used to access and broadcast data to the muse blockchain over websockets it is written in javascript and is a fork of steem-js.

https://github.com/steemit/steem-js

As such a fair amount of the documentation for steemjs does apply to muse-js as well.

If you have questions on how to use muse-js for your project please peruse those documents before asking in The Muse Community https://musecommunity.slack.com/messages/C700N8KDW/

If you are making a PR to the library please compile and test the code before submitting the PR.

Compile with :

npm run build-browser && npm run build-node

You can open testingindex.html to check and test your code.