Install
$ npm install authereum --save
Upgrade to the latest version using the
@latest
tag:$ npm install [email protected] --save
<script src="https://cdn.jsdelivr.net/npm/[email protected]/authereum.js"></script>
<script src="https://unpkg.com/[email protected]/authereum.js"></script>
Afterwards the window function
window.Authereum
will be available to instantiate Authereum.import Authereum from 'authereum'
const Authereum = require('authereum').default
Last modified 3yr ago