Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 274 Bytes

frame.md

File metadata and controls

20 lines (16 loc) · 274 Bytes

Frame

  1. Install Provider Package
npm install --save eth-provider
# OR
yarn add eth-provider
  1. Set Provider Options
import ethProvider from "eth-provider";
const providerOptions = {
  frame: {
    package: ethProvider // required
  }
};