SDK
Authereum SDK
import Authereum from 'authereum
const authereum = new Authereum('kovan')Options:
const authereum = new Authereum({ networkName: 'kovan', disableNotifications: true })const authereum = new Authereum({ rpcUri: 'https://kovan.infura.io' })
Events
Methods
Browserify example
Examples
Logging in:
Getting account address:
Events:
Last updated