insomnia-plugin-fluree-sign
v0.0.1
Published
A plugin for use with the Insomnia API development application
Readme
insomnia-plugin-fluree-sign
A plugin for use with the Insomnia API development application
Installation
- Clone this repo to your Insomnia
pluginsfolder cd insomnia-plugin-fluree-sign && npm installto install the dependencies.- In Insomnia's settings modal, under the "Plugins" tab, click the "Reload Plugins" button
Usage
Copy the public & private keys for the _auth record you would like to sign with into the environment variables FLUREE_PUBLIC_KEY and FLUREE_PRIVATE_KEY, respectively. If you would like a verbose response from signed transactions, set the VERBOSE_TX environment variable to true.
Current usage is restricted to the query and command endpoints. Any other endpoints will not trigger the plugin.
Development Notes
This plugin has only been tested on a local Fluree ledger so far.
