feat: berlin slides
All checks were successful
Release to Production / build_and_release (push) Successful in 3m4s
All checks were successful
Release to Production / build_and_release (push) Successful in 3m4s
This commit is contained in:
parent
9e0c114a07
commit
667b74aab5
@ -20,12 +20,11 @@ jobs:
|
||||
- name: Install Dependencies
|
||||
run: npm ci
|
||||
|
||||
- name: Create Build
|
||||
run: npm run build
|
||||
- name: Recreate slides
|
||||
run: npx @marp-team/marp-cli slides/2024berlin.md -o 2024berlin/index.html --html=true
|
||||
|
||||
- name: Release Build
|
||||
run: |
|
||||
npm -g install cloudron-surfer
|
||||
surfer config --token ${{ secrets.CLOUDRON_SURFER_TOKEN }} --server slides.sigit.io
|
||||
surfer put site/* / --all -d
|
||||
surfer put site/.well-known / --all
|
||||
surfer put ./* / --all -d
|
||||
|
127
2024berlin/index.html
Normal file
127
2024berlin/index.html
Normal file
File diff suppressed because one or more lines are too long
BIN
img/agreement.jpg
Normal file
BIN
img/agreement.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 33 KiB |
BIN
img/projects.png
Normal file
BIN
img/projects.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 45 KiB |
BIN
img/sigit.png
Normal file
BIN
img/sigit.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
BIN
img/sigitbig.png
Normal file
BIN
img/sigitbig.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
BIN
img/sigitsmall.png
Normal file
BIN
img/sigitsmall.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.2 KiB |
@ -0,0 +1,128 @@
|
||||
---
|
||||
marp: true
|
||||
paginate: true
|
||||
backgroundColor: white
|
||||
auto-scaling: fittingHeader
|
||||
theme: default
|
||||
---
|
||||
|
||||
<!--
|
||||
npx @marp-team/marp-cli slides/2024berlin.md -o 2024berlin/index.html --html=true
|
||||
|
||||
<script type="module">
|
||||
import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid@10/dist/mermaid.esm.min.mjs';
|
||||
mermaid.initialize({ startOnLoad: true });
|
||||
</script>
|
||||
-->
|
||||
|
||||
# SIGit
|
||||
|
||||
## Secure & Private Agreements
|
||||
|
||||
![bg right:35% height:350](../img/sigit.png)
|
||||
|
||||
<!--
|
||||
|
||||
-->
|
||||
---
|
||||
<!-- header: ![h:6em align:right](../img/sigitbig.png) -->
|
||||
|
||||
# Examples
|
||||
|
||||
- rental contracts
|
||||
- credit agreements
|
||||
- business arrangements
|
||||
|
||||
_Also single party - signing digital content_
|
||||
|
||||
![bg right:46% height:550](../img/agreement.jpg)
|
||||
|
||||
---
|
||||
# Problem with Legacy Solutions
|
||||
|
||||
_all the trust thats required to make it work_
|
||||
|
||||
- Hardware / Software providers have full access
|
||||
- Reliant on email / SMS / KYC for identity
|
||||
- Require a server or SaaS subscription (bank account)
|
||||
|
||||
---
|
||||
|
||||
# What is SIGit?
|
||||
|
||||
**Decentralised Document Signing**
|
||||
|
||||
- `> Secure`
|
||||
- key control
|
||||
- `> Private`
|
||||
- local encryption
|
||||
|
||||
_Be Your Own Notary_
|
||||
![bg right:40% height:400](../img/sigit.png)
|
||||
|
||||
|
||||
---
|
||||
|
||||
# What makes SIGit Secure?
|
||||
|
||||
- A key you can put in your pocket
|
||||
- Small attack surface (no email server or VPS)
|
||||
- Content is signed directly (no DB logic involved)
|
||||
|
||||
_Our entire infrastructure could be nuked, but as long as you have your SIGit, your Agreement can be verified_
|
||||
|
||||
---
|
||||
|
||||
# What makes SIGit Private?
|
||||
|
||||
_The power to selectively reveal your agreement_
|
||||
|
||||
- Everything encrypted locally
|
||||
- Relay data anonymised
|
||||
- Even works offline
|
||||
|
||||
---
|
||||
|
||||
# Demo
|
||||
|
||||
- https://sigit.io
|
||||
- https://staging.sigit.io
|
||||
|
||||
---
|
||||
|
||||
# Roadmap (imminent)
|
||||
|
||||
- OpenTimestamps accreditation
|
||||
- Nostr-Login login
|
||||
- Mixed online / offline flow
|
||||
|
||||
---
|
||||
|
||||
# Roadmap (longer term)
|
||||
|
||||
- Choose multiple blossom servers
|
||||
- Create in-app agreements
|
||||
- Publish (public) SIGits
|
||||
|
||||
_features driven by user feedback_
|
||||
|
||||
---
|
||||
|
||||
# Monetisation
|
||||
|
||||
Option to purchase a premium package for:
|
||||
|
||||
- Long term blossom storage
|
||||
- Long term relay storage
|
||||
- Email Flow
|
||||
|
||||
|
||||
|
||||
---
|
||||
|
||||
# About Us
|
||||
|
||||
- [Nostr Development Studio](https://nostrdev.com)
|
||||
- https://chat.nostrdev.com
|
||||
|
||||
![bg right:55% height:600](../img/projects.png)
|
Loading…
Reference in New Issue
Block a user