Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 1.02 KB

README.md

File metadata and controls

21 lines (18 loc) · 1.02 KB

This is a Next.js frontend + backend app that lets you:

  1. Log in to you MetaMask Wallet
  2. List the NFTs that you own on Polygon
  3. Have the NFTs sent to your email address as Apple Wallet Coupons
  4. Scan the coupons from your Apple Wallet to verify them in this app

In order to run this app you have to:
a. Install ImageMagick in your env
b. Put the certificate required to generate Apple Wallet passes, signed with your private key, in /resources/cert/NFT2WalletSignerCert.pem (see tynovyatkin/pass-js for more details)
c. create an .env file in the app's root folder with the following contents (more info about moralis SDK setup here):

NEXT_PUBLIC_SERVER_URL=<your moralis server url here>
NEXT_PUBLIC_APP_ID=<your moralis app id here>

To run in locally with a dev server:

  • yarn install
  • yarn dev

License:
NFT2Wallet is MIT Licensed