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.
- Host: GitHub
- URL: https://github.com/michaelmuenzer/gitcoin-cyberconnect-socialexplorer
- Owner: michaelmuenzer
- License: mit
- Created: 2022-02-06T19:55:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-08T18:23:20.000Z (over 3 years ago)
- Last Synced: 2025-02-08T23:27:17.813Z (4 months ago)
- Topics: blockchain, cyberconnect, ethereum, gitcoin, social, social-network-analysis, web3
- Language: TypeScript
- Homepage: https://gitcoin-cyberconnect-socialexplorer.vercel.app/
- Size: 398 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Social Connection Explorer
![]()
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)