An open API service indexing awesome lists of open source software.

https://github.com/michaelmuenzer/gitcoin-cyberconnect-socialexplorer

Social connection explorer app that visualises an ETH address and its connected addresses with their interactions and relationships.
https://github.com/michaelmuenzer/gitcoin-cyberconnect-socialexplorer

blockchain cyberconnect ethereum gitcoin social social-network-analysis web3

Last synced: 3 months ago
JSON representation

Social connection explorer app that visualises an ETH address and its connected addresses with their interactions and relationships.

Awesome Lists containing this project

README

        

Social Connection Explorer


graph-logo


The social graph explorer allows browsing the public Ethereum blockchain in an easy to use way.

## Features

This app shows the following after searching an Ethereum address you want to explore:

- Show basic information about the searched address
- Show CyberConnect followings & followers (currently limited to 20 each)
- Show CyberConnect recommendations
- Show Ethereum transactions

## Getting Started

Install the dependencies:

```bash
npm install
# or
yarn
```

After installing the dependencies, run the development server:

```bash
npm run dev
# or
yarn dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

You can start editing the page by modifying `pages/index.tsx`. The page auto-updates as you edit the file.

## Learn More

To learn more about the tools used in this project, take a look at the following resources:

- [Next.js](https://nextjs.org/)
- [CyberConnect Web Site](https://cyberconnect.me/)
- [CyberConnect Developers Documentation](https://docs.cyberconnect.me/)
- [sigma.js](https://github.com/jacomyal/sigma.js/)
- [React Sigma v2](https://github.com/sim51/react-sigma-v2)
- [Vercel](https://vercel.com/)

## Credits
Our logo was created by [Good Ware](https://www.flaticon.com/authors/good-ware)