1.0.13 • Published 5 years ago

immuto-sdk v1.0.13

Weekly downloads
1
License
MIT
Repository
github
Last release
5 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

5 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago