Tobias Leinss
https://leinss.xyz
https://linkedin.com/in/tobias-leinss/
https://github.com/caruso33
https://twitter.com/caruso33
Spin up a community in fast manner through deployment of a contract and frontend to communicate with your audience in decentralized fashion. Use blog, comment, statistics, search and content encryption functionality. With the community there comes also a ERC20 token to check for the encryption against if the holder owns a token amount above given threshold.
As this was a solo hack, time constraints meant unfortunately not being able to include a chat functionality (through using xmtp) and including meetups (through using poap as attendance proof).
Polygon Mumbai @ 0x5DfA37185fb3Cf5C16e12584805A8315D8d4DB57
Through web3.storage all heavy lifting of data is done. On the network the main content of post and comments are stored. That means cover image files, encrypted string blobs and the collection of the data as json. Without it, a blog would simply not feasible to implement.
The contract is deployed on the mumbai test net.
Is used for indexing events and making them available for search & statistics.
I introduce counter variables to track the number of entities to make them visible in the dashboard.
graph init --from-contract 0x5DfA37185fb3Cf5C16e12584805A8315D8d4DB57 \
--network mumbai --contract-name Community --index-events
Is used for post and comment content encryption. The user can choose if he wants to encrypt. Depending on that the content will be stores as plaintext on IPFS or the relevant encoding data of the content. The content then can be decrypted depending on having a certain token balance which the user can configure, e.g. the ERC20 token which is also deployed with this contract.
Is used for deployment of the frontend. The deployed frontend can be found here