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