Skip to content

Commit

Permalink
chore: add use-cases
Browse files Browse the repository at this point in the history
  • Loading branch information
MatejVukosav committed Jun 12, 2024
1 parent dae82c6 commit c73585c
Show file tree
Hide file tree
Showing 12 changed files with 64 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
id: decentralized-social-platforms
title: Decentralized Social Platforms
---

Enhance trust in voting by creating a secure and tamper-proof voting process application, ensuring each vote is counted accurately and cannot be altered. This technology enhances trust in voting by providing verifiable and immutable records while protecting voter privacy. It empowers voters, reduces the risk of fraud, and promotes democratic participation through a transparent and secure voting platform.
6 changes: 6 additions & 0 deletions docs/01-explore/03-use-cases/03-deprod.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
id: deprod
title: Decentralized Productivity (DeProd) SaaS
---

Create a decentralized productivity tools suite by self hosting your data on Calimero’s private applications and move away from the control of centralized entities. The new platform would mitigate the burden of lifetime deals and hard migration processes for the current users of Productivity SaaS solutions.
6 changes: 6 additions & 0 deletions docs/01-explore/03-use-cases/04-decentralized-gig-economy.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
id: decentralized-gig-economy
title: Decentralized Gig Economy
---

Disrupt the current gig economy players and compose a fully decentralized ride sharing, freelancing, temporary work, mechanical turk platform, or any other shared economy model where each network participant gets their fair share of the profits.
6 changes: 6 additions & 0 deletions docs/01-explore/03-use-cases/05-trustless-gaming.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
id: trustless-gaming
title: Trustless Gaming
---

Resolve the transparency and verification problems in games with turn mechanics (i.e. Battleship), and in those where private data holds significant importance (i.e. poker).
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
id: decentralized-edge-compute
title: Decentralized Edge Compute
---

Most of the general compute today happens on cloud service because that is where most of the data lives. With Calimero, all the applications data is stored locally, whereas Calimero enables edge compute on that data. Combined with the use of decentralized AI and Edge Inference LLMs, there are numerous use cases how Calimero can enhance user experience: Edge AI on users data for social spam filtering, e-commerce shopping recommendations across channels, to name a few. This would allow users to finally maximize the endless possibilities from their data, on their own rules.

For example, when you used to purchase from a certain merchant, the data was fully controlled by that merchant or the platform where the data was hosted, which would yield to your recommendations being exclusively tied to that merchant. But if the data would have lived on your device, your data recommendations would have been across various market channels, and not exclusively tied to that specific merchant.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
id: decentralized-identity-verification
title: Decentralized Identity Verification
---

Create a private Calimero application network which provides transparent and trusted identity verification for service providers. With Calimero, sensitive procedures such as opening a bank account or applying for Visas would not require service providers to host the data of their users at centralized entities any more.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
id: decentralized-intellectual-property-management
title: Decentralized Intellectual Property Management
---

The traditional platforms for managing and enforcing intellectual property rights are not fully transparent, resulting in creators not being able to maximize the utility of their work. Developing a decentralized IP management platform would result in a fairer compensation system for all creators.
6 changes: 6 additions & 0 deletions docs/01-explore/03-use-cases/09-only-peers.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
id: only-peers
title: Only Peers
---

Only Peers is a decentralized social networking app that empowers you to share your thoughts and engage with your community without compromising your privacy. It allows you to write posts, leave comments, and interact with friends. However, unlike traditional social networks, Only Peers ensures your data remains under your control, protected from central authorities and prying eyes. Experience the freedom of a decentralized platform where your voice cannot be censored and your privacy is prioritized. Explore the source code on [GitHub repository](https://github.com/calimero-network/only-peers-client).
6 changes: 6 additions & 0 deletions docs/01-explore/03-use-cases/10-rock-paper-scissors.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
id: rock-paper-scissors
title: Rock Paper Scissors
---

A popular game we all know and love, but this time played online and enforcing complete security using the commit - reveal scheme. After you pick your choice of either rock, paper or scissors, you encrypt your choice with a password. This ensures the other player can’t see your choice. After your opponent has also decided, it is time to reveal your password and determine the winner. You cannot change your mind between choosing and revealing because your choice is locked with the special password. This prevents any bad actors from changing their minds in the middle of the game.Have fun with a classic game that is completely fair and private! Explore the source code on [GitHub repository](https://github.com/calimero-network/rock-paper-scissors-ui)
3 changes: 3 additions & 0 deletions docs/01-explore/03-use-cases/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"label": "Use cases"
}
8 changes: 4 additions & 4 deletions docs/03-build/03-publish-app.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ Enter the required data and publish the application. After publishing, your appl

Good practice allows users to try an app before they decide to use it. You can deploy an app to any host provider.

We have used Github Pages to preview our [example app](../explore/developers-quickstart/example-app). You can do the same by following the steps below.
We have used GitHub Pages to preview our [example app](../explore/developers-quickstart/example-app). You can do the same by following the steps below.

## Example app preview

First you need to enable Github Pages by following [Creating a Github Pages](https://docs.github.com/en/pages/getting-started-with-github-pages/creating-a-github-pages-site)
First you need to enable GitHub Pages by following [Creating a GitHub Pages](https://docs.github.com/en/pages/getting-started-with-github-pages/creating-a-github-pages-site)

Our example app is written in next.js and code is available in [only-peers-client](https://github.com/calimero-network/only-peers-client)
After enabling Github Pages, a few changes are required in your next.js app.
After enabling GitHub Pages, a few changes are required in your next.js app.
`next.config.mjs` should contain output: "export" field

Github Actions is a platform used to automate the deployment process. You can find example in [github workflow](https://github.com/calimero-network/only-peers-client/tree/master/.github/workflows)
GitHub Actions is a platform used to automate the deployment process. You can find example in [github workflow](https://github.com/calimero-network/only-peers-client/tree/master/.github/workflows)
2 changes: 1 addition & 1 deletion docs/04-contribute/01-github.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: github
title: Github
title: GitHub
---

All work on Calimero happens directly on GitHub. Both core team members and external contributors send pull requests which go through the same review process.
Expand Down

0 comments on commit c73585c

Please sign in to comment.