smoke-transact

A framework for developing soft-consensus applications on the Smoke blockchain.

Usage no npm install needed!

<script type="module">
  import smokeTransact from 'https://cdn.skypack.dev/smoke-transact';
</script>

README

smoke-transact

A package for easy transacting on the Smoke blockchain

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.

Installation

Simply run npm install smoke-transact to install.