@huddle01/wallets
v0.0.1-alpha.0
Published
![https://huddle01-assets-frontend.s3.amazonaws.com/general/huddle01-logo-blue.svg](https://huddle01-assets-frontend.s3.amazonaws.com/general/huddle01-logo-blue.svg)
Downloads
5
Keywords
Readme
Huddle01 Wallets
NOTE: Request for access to the Iframe pkg on Huddle01's discord or reach out to the team.
Quick Start
Install the @huddle01/wallets
pkg from npm or yarn
# npm
npm i @huddle01/wallets
# yarn
yarn add @huddle01/wallets
# pnpm
pnpm add @huddle01/wallets
Wallet Modal Setup
import { AddWalletPopup } from "@huddle01/wallets/components";
const App = () => {
return(
<AddWalletPopup
onSuccess={}
onError={}
onClose={}
getSigningMessage={}
/>
);
};
💡 For any help reach out to us on Discord