Note
Looking for v2? switch the branch.
🔗 Website
Your on-ramp to web3 multichain. Web3Modal is a versatile library that makes it super easy to connect users with your Dapp and start interacting with the blockchain.
- Create
apps/laboratory/env.localfile with following contents
NEXT_PUBLIC_PROJECT_ID="your_project_id"
NEXTAUTH_SECRET="your_session_secret"- In each of the
examplescreate.env.localfile with following contents
VITE_PROJECT_ID="your_project_id"- Run
npm outdatedand update dependencies - Run
npm installand verify if everything still works correctly - Merge your feature branch into
V3 - Create a new branch from
V3and name it with the version tag - Run
npm run pre-publishand set new custom version - Update version in
ConstantsUtilin@web3modal/scaffold-utilsto the correct version - Create a new
PRwith Release Notes and merge intoV3 - Checkout
V3and runnpm run publish:latest - Draft a new release in GitHub and create new tag
- Click on
Generate Changeand only leave the link with difference. Paste in your changelog from PR. - Check
Set as the last releaseand publish release.
