Skip to content

Commit

Permalink
Deploying to gh-pages from @ 02f1b7b 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Oct 25, 2023
1 parent 050082a commit f42259c
Show file tree
Hide file tree
Showing 15 changed files with 3,050 additions and 0 deletions.
7 changes: 7 additions & 0 deletions stores/assets/index-1490a141.css

Large diffs are not rendered by default.

2,997 changes: 2,997 additions & 0 deletions stores/assets/index-99383f9b.js

Large diffs are not rendered by default.

Binary file not shown.
Binary file added stores/assets/source-sans-pro-italic-ad4b0799.eot
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
46 changes: 46 additions & 0 deletions stores/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, viewport-fit=cover"
/>
<meta name="Description" content="Put your description here." />
<base href="/" />



<title>@holochain-open-dev/stores</title>
<script type="module" crossorigin src="/common/stores/assets/index-99383f9b.js"></script>
<link rel="stylesheet" href="/common/stores/assets/index-1490a141.css">
</head>
<body>
<div class="reveal">
<div class="slides">
<section>
<h1>@holochain-open-dev/stores</h1>
<h2>Reactive stores to build hApps</h2>
</section>

<section>
<!-- prettier-ignore -->
<fragment language="markdown" animate="by-line with-ancestry">
### Desirable features of a peer-to-peer network

- Scalable
- No consensus on the state of the system, peers can change state without having all the other peers agree
- Data availability
- Resilient to network partitions
- Consistency
- Data never reaches an irreconcilable state
- Resilient to bad actors
- If some node is not behaving according to the rules of the game, they can be easily identified and protected against
- Security and Privacy
</fragment>
</section>
</div>
</div>

</body>
</html>

0 comments on commit f42259c

Please sign in to comment.