See https://docs.sequence.build for more information.
- Install Provider Package
npm install --save 0xsequence
# OR
yarn add 0xsequence
- Set Provider Options
import { sequence } from "0xsequence";
const providerOptions = {
sequence: {
package: sequence, // required
options: {
appName: "My App" // optional
defaultNetwork: "polygon" // optional
}
}
};
For an example dapp using Web3Modal with Sequence + Metamask + WalletConnect, see: https://github.com/0xsequence/demo-dapp-web3modal