Web3 Onboard Example using React + Vite + TS
Create NFT.storage account, create account and API key.
-
Rename
sample.env
to.env
and add NFT storage API key as value forVITE_NFTSTORAGE
-
Install dependencies and run app:
npm install
npm run dev