Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 358 Bytes

authereum.md

File metadata and controls

25 lines (17 loc) · 358 Bytes

Authereum

  1. Install Provider Package
npm install --save authereum

# OR

yarn add authereum
  1. Set Provider Options
import Authereum from "authereum";

const providerOptions = {
  authereum: {
    package: Authereum // required
  }
};

Note: An Authereum instance is available on the provider as provider.authereum