Quick SetupEnvironmentPlease make sure that you have installed Node.js and MetaMask Chrome Extension on your computer.Install JS SDKWe'll be working with the CyberConnect JS SDK. For installation, simply run:npmYarnnpm install @cyberlab/cyberconnect Install Social VerifierWe'll be working with the CyberConnect Social Verifier. For installation, simply run:npmYarnnpm install @cyberlab/social-verifier Install GraphQL packagesIn addition, we use GraphQL as the query language for da...