Please make sure that you have installed Node.js and MetaMask Chrome Extension on your computer.
We'll be working with the CyberConnect JS SDK. For installation, simply run:
npm
Yarn
npm install @cyberlab/cyberconnect
We'll be working with the CyberConnect Social Verifier. For installation, simply run:
npm
Yarn
npm install @cyberlab/social-verifier
In addition, we use GraphQL as the query language for data retrieval. Install both packages:
npm
Yarn
npm install graphql graphql-request
