# Install  CyberConnect JS SDK

By [0xuin](https://paragraph.com/@0xuin) · 2022-05-28

---

Quick Setup
===========

Environment​
------------

Please make sure that you have installed [Node.js](https://nodejs.org/en/download/) and [MetaMask Chrome Extension](https://metamask.io/) on your computer.

Install JS SDK​
---------------

We'll be working with the [CyberConnect JS SDK](https://docs.cyberconnect.me/cyberconnect-sdk/connect-with-js-sdk/). For installation, simply run:

*   npm
    
*   Yarn
    

    npm install @cyberlab/cyberconnect
    

Install Social Verifier​
------------------------

We'll be working with the [CyberConnect Social Verifier](https://docs.cyberconnect.me/cyberconnect-sdk/connect-with-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

---

*Originally published on [0xuin](https://paragraph.com/@0xuin/install-cyberconnect-js-sdk)*
