immuto-backend

1.0.0 • Public • Published

immuto.js

NOTE: This package is now deprecated - please see immuto-sdk for the maintained version

Immuto's JavaScript library for record creation and verification.

Documentation

You can find complete documentation here.

Installation

NodeJS

npm install immuto-backend --save

Please ensure you use "immuto-backend" and not "immuto"

Browser

You may download a pre-built version from the releases on GitHub . Include in an HTML page as follows:

<script src="immuto.js"></script>

If you would like to build the browser code from scratch, you will need NPM and Browserify:

git clone https://www.github.com/immuto-inc/immuto.js
cd browser
npm install
browserify immuto_browser.js --s Immuto -o immuto.js

Package Sidebar

Install

npm i immuto-backend

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

69.6 kB

Total Files

4

Last publish

Collaborators

  • sebasscoates