Message other wallet addresses via MetaMask Snaps.
- node.js v16
- metamask snap extension
- Create
.envfile withREACT_APP_PRIVY_API_KEY=<PRIVY_API_KEY> yarn install- In one terminal:
yarn mm-snap build && yarn mm-snap serve - In another terminal:
yarn dev- Will launch a watcher for snaps and the Next.js development environment. - Visit
localhost:3000.