Install CyberConnect JS SDK

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

Install Social Verifier​

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

  • npm

  • Yarn

npm install @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