Pure JavaScript
Steps
1. Install the SDK
yarn add @pools/sdknpm i @pools/sdk2. Import the SDK
import { PoolsSDK } from '@pools/sdk';3. Instantiate the SDK
const PSDK = new PoolsSDK(options);
const ethereum = PSDK.getProvider(); // You can also access via window.ethereum4. Use the SDK
Last updated