Off the top of my head I know that OAK network has some integrations with other parachains their working on. Phala network has integrations with Litentry. Origin trail has very obvious killer use cases with existing parachains. Kilt too. Etc. Imo it would be great to provide learning material that showcases some of these potential use cases.
What are some ideas people have for showcasing the composability of certain parachain service offerings for Polkadot application developers? I would love to use on Seminar to demo these sort of ideas that could spark builder creativity. And then turn these into written tutorials or workshops for developers to learn with. Would this be useful ?
I am currently experimenting with using KILT DIDs with Phala Phat contracts.
The idea is that the contract would host the DID keys and have the capacity to encrypt and decrypt incoming messages so we can establish a secure channel between the two parties.
At the moment, we are only able to do this on a centralised server as we don’t want to expose the private keys. Therefore, I am attempting to handle this with Phat contracts.
We already have the following PoCs in the pipeline:
Shiden dApp staking auto-compound using Turing automation via XCM: previously, Astar users could only manually claim dApp staking rewards at the end of an era and then re-stake. With our PoC, Turing automation will both automatically claim and automatically re-stake by simulating / automatically executing the claim and re-stake function button on users’ behalf via XCM.
Shiden NFT minting site placing metadata storage order on Crust Shadow via XCM: Crust has an IPFS-based decentralized storage network. We are building an NFT minting site that mints NFT on Shiden while pining the metadata on Crust and paying storage fees using SDN via XCM.
Besides the ones above, we have completed the SubBridge XCM PoC which enables Astar users to leverage SubBridge on Phala to bridge Ethereum assets via XCM, and are actively exploring vDOT XCM remote liquidation with Bifrost team, XCM-LCMP-based message passing with Darwinia team and etc.
We will continue to build with XCM and bootstrap the XCM use cases with ecosystem partners. Thanks!