Application in node.js with single endpoint that verifies signature and ownership of nft tokens based on the minting contract. As long as the NFT addresses match and you gain access based on the verified signature.
Default port is 3000.
yarn install
yarn dev
Small Vue.js application that connects to the NEAR wallet and sends to the backend signature and public key to be verification
To run both frontend and lib:
cd lib
yarn link
Then open frontend directory and run:
yarn link 'near-access-js'
yarn
yarn dev