Skip to content

NAmbikaNatarajan/cyberconnect-docs-v2

 
 

Repository files navigation

CyberConnect Developer Center

Introduction

CyberConnect Developer Center is a perfect space for developers to learn about the CyberConnect Protocol, get inspired, and start building meaningful social experiences for users.

CyberConnect is a decentralized social graph protocol that helps dApps bootstrap network effects and build personalized social experiences.

The CyberConnect Protocol is designed for developers to create, access, and easily build upon decentralized social graphs on Ethereum and Solana. By using dApps built upon the protocol, your users will be freed from centralized databases owned by network operators. Your users' data will become portable, self-sovereign, and blockchain-agnostic.

Setup

CyberConnect Developer Center is built using Docusaurus 2, a modern static website generator.

Prerequisites

Before running any commands in your CLI, make sure that you have Node 12 or better installed on your computer.

Installation

$ yarn

This command will install all the packages that are necessary to start the development server.

.env

Sign up to Algolia and create an application then update the following variables in .env file:

  • ALGOLIA_APP_ID=
  • ALGOLIA_API_KEY=
  • ALGOLIA_INDEX_NAME=

Local Development

$ yarn start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Update Version

$ yarn update-version V2

This command updates auto-generated code. Include them into the commit.

Contact

These are our communication channels, so feel free to contact us:

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 66.1%
  • CSS 19.1%
  • JavaScript 14.8%