Skip to main content
Version: V1

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 install @cyberlab/cyberconnect

Install Social Verifier

We'll be working with the CyberConnect Social Verifier. For installation, simply run:

npm install @cyberlab/social-verifier

Install GraphQL packages

In addition, we use GraphQL as the query language for data retrieval. Install both packages:

npm install graphql graphql-request
Designed by