smoke-transact
simplifies interacting with the Smoke Blockchain, condensing the creation of each type of transaction into one easy-to-use function. Read the documentation on the wiki.
This is a work-in-progress package and for now only contains a single function, creating custom_json transactions. Feel free to add new functions by opening up a pull request, just make sure they behave similarly to the currently existing function.
smoke-transact
is a companion repository to smoke-state, but they do not depend on each other and each is still useful without the other.
Simply run npm install smoke-transact
to install.