An interoperable social identity that bridges your established connections and reputation from web2 to web3
The biggest friction for people to adopt a new social network is the cold start problem - connections and reputations established on incumbent platforms are difficult to migrate. For regular people, it's hard to leave a social network where their friends are on; For creators, it's hard to leave their established followers for which they can monetize.
Vampire attacks are commonly seen from new entrants, typically in the form of the following:
Our solution is to build a data bridge that helps people reduce the friction of bringing their data from web2 incumbents to web3, and empower web3 new entrants to perform vampire attacks on web2. This involves the following:
In addition to the above, we also added tokenomics so that users can mint SNDB tokens based on the likes they get from content published on web2. SNDB tokens can represent how much influence one has on web2, which in the future we'd like to partner with web3 social networks to extract this value. E.g. converted to ads credit for additional reach and exposure.
This project uses Solidity for smart contracts deployed through FEVM on the Filecoin network. These contracts can be interfaced with using Web3 JSON-RPC calls, and users will typically uses Metamask.
It uses IPFS and CID's for storage of assets and as locators through the SNDB.sol contract deployed on FEVM. The simple informational website is built using ReactJS, and a Python script to upload a user's social network data will be provided. The Python script will use web3py and an IPFS Python client.