nurkel

0.0.10 • Public • Published

Nurkel

Experimental implementation/bindings to the liburkel.

Bindings to liburkel. It uses urkel for the in memory version and has wrapper around it that is compatible with the nurkel async API. NOTE: urkel wrapper API does not have sync API.

Support of Node.js: >= 14.x

Unfortunately, for now, there are differencies with the urkel.

  • Transaction and Snapshot needs open() call before using and close after using it.
  • Every method (with exception of rootHash) is async by default.
  • Every method has Sync method companion.

TODOs

  • Decide for which methods it is fine to use Sync methods instead of async. (benchmark)

/nurkel/

    Package Sidebar

    Install

    npm i nurkel

    Weekly Downloads

    0

    Version

    0.0.10

    License

    MIT

    Unpacked Size

    475 kB

    Total Files

    64

    Last publish

    Collaborators

    • nodweber