-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Tempe Techie edited this page Jun 20, 2023
·
9 revisions
Opti Social is built on top of the following tech stack:
- Optimism (blockchain)
- IPFS (decentralized file storage)
- Ceramic Network (decentralized document database)
- Orbis (web3 social protocol)
- Iggy (open-source web3 social builder tools)
- Punk Domains (modular web3 name protocol;
.op
extension is issued through this protocol)
- IggyPostNft1155: 0x06A7Ab7Bb68b0ad6eB7688C5781E60BE6AFc658d
- IggyPostMinter: 0x5e54CebB2612744cB56547bC7CC41466ad7ac557
- IggyPostMetadata: 0x633Ae857445cF0cd02B21C6a3033C7CE74fB32c2
- IggyPostEnumeration: 0xF40284a811c82b4B9ab22E94Bb909Df6d2c66C08
To be deployed
- IggyPostNft1155.sol: Post NFT smart contract
- IggyPostMinter.sol: Smart contract that contains logic for minting post NFTs based on the IggyPostNft1155.sol contract
- IggyPostMetadata.sol: Smart contract that holds metadata (including the onchain image SVG) for the post NFTs
- IggyPostEnumeration.sol: Smart contract that stores stats/analytics (should be replaced with The Graph in the future)
For the .op
domain docs please refer to the Punk Domains documentation: https://docs.punk.domains/
--
Note that the code under product names Opti Social, Iggy, and Punk Domains, has been developed by the Punk Domains core team. Why so many names? Punk Domains is the name of the naming protocol that we developed. Iggy is an umbrella name for our Web3 Social tools meant for developers (not end users). And Opti Social is a frontend product for end users.