Install
Installing
Install the Authereum SDK package from NPM:
Please note that Authereum is meant for browser applications. For node.js support, see this FAQ.
Upgrading package
Upgrade to the latest version using the @latest
tag:
CDN
The Authereum SDK library is available on the jsDelivr CDN:
Note: to purge the jsdeliver cache, visit this purge url.
Alternatively, it's also available on the unpkg CDN:
Afterwards the window function window.Authereum
will be available to instantiate Authereum.
Importing
Using ES6 modules:
Using commonjs modules:
Last updated