Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/web3bio/web3bio
Web3.bio - Web3 Identity Graph Search and Link-in-bio Profile Service
https://github.com/web3bio/web3bio
did domains ens ethereum farcaster lens web3
Last synced: 16 days ago
JSON representation
Web3.bio - Web3 Identity Graph Search and Link-in-bio Profile Service
- Host: GitHub
- URL: https://github.com/web3bio/web3bio
- Owner: web3bio
- Created: 2022-07-05T02:35:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-22T10:12:35.000Z (6 months ago)
- Last Synced: 2024-05-22T19:01:48.190Z (6 months ago)
- Topics: did, domains, ens, ethereum, farcaster, lens, web3
- Language: TypeScript
- Homepage: https://web3.bio
- Size: 4.66 MB
- Stars: 23
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Web3.bio
![](./public/logo-web3bio.png)
Web3.bio is a platform for Web3 and Web 2.0 Identity Graph search and link in bio profiles. It provides a list of relevant identities when searching for a Twitter handle, Ethereum address, ENS domain, Lens profile, Farcaster account, Unstoppable Domains, and other Web3 identities.
We're gradually making updates to Web3.bio. You may expect new features and data sources.
## What are the data sources?
Web3.bio is powered by [Next.ID](https://next.id) Relation Service. The Relation Service is an aggregator and query service of Web2 and Web3 identities. Next.ID is indexing all identity data from public verifiable connections and on-chain records.
The supported identity platforms:
- Ethereum
- Ethereum Name Service (ENS)
- Lens
- Farcaster
- Unstoppable Domains
- Keybase
- GitHub
- .bit
- SPACE IDThe queries can be found here `utils/queries.js`. You can read [the Next.ID docs](https://docs.next.id/?utm_source=web3bio) to learn more.
## Can I remove my data?
Not yet. Next.ID is indexing identity data from public verifiable connections and on-chain records. Revalidating data support is on the roadmap.
## Mobile App?
You can access Web3.bio on a mobile browser. However, a desktop browser currently provides the most optimized user experience, especially for visualizing Identity Graph.
## Local Dev
Run the development server:
```bash
npm i && npm run dev
```
```bash
yarn && yarn dev
```## Contributing
Feel free to submit a pull request to propose bug fixes and improvements. Help is always appreciated. You may give feature feedbacks or bug report to [Web3.bio Twitter](https://twitter.com/web3bio) as well.