1.0.13 • Published 4 years ago

immuto-sdk v1.0.13

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

immuto.js

Immuto's JavaScript library for record creation and verification.

Documentation

You can find complete documentation here.

Installation

NodeJS

npm install immuto-sdk --save

Please ensure you use "immuto-sdk" 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
1.0.13

4 years ago

1.0.12

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago