Oskar
    • Create new note
    • Create a note from template
      • Sharing URL Link copied
      • /edit
      • View mode
        • Edit mode
        • View mode
        • Book mode
        • Slide mode
        Edit mode View mode Book mode Slide mode
      • Customize slides
      • Note Permission
      • Read
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Write
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Engagement control Commenting, Suggest edit, Emoji Reply
      • Invitee
    • Publish Note

      Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

      Your note will be visible on your profile and discoverable by anyone.
      Your note is now live.
      This note is visible on your profile and discoverable online.
      Everyone on the web can find and read all notes of this public team.
      See published notes
      Unpublish note
      Please check the box to agree to the Community Guidelines.
      View profile
    • Commenting
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
      • Everyone
    • Suggest edit
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
    • Emoji Reply
    • Enable
    • Versions and GitHub Sync
    • Note settings
    • Engagement control
    • Transfer ownership
    • Delete this note
    • Save as template
    • Insert from template
    • Import from
      • Dropbox
      • Google Drive
      • Gist
      • Clipboard
    • Export to
      • Dropbox
      • Google Drive
      • Gist
    • Download
      • Markdown
      • HTML
      • Raw HTML
Menu Note settings Sharing URL Create Help
Create Create new note Create a note from template
Menu
Options
Versions and GitHub Sync Engagement control Transfer ownership Delete this note
Import from
Dropbox Google Drive Gist Clipboard
Export to
Dropbox Google Drive Gist
Download
Markdown HTML Raw HTML
Back
Sharing URL Link copied
/edit
View mode
  • Edit mode
  • View mode
  • Book mode
  • Slide mode
Edit mode View mode Book mode Slide mode
Customize slides
Note Permission
Read
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Write
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Engagement control Commenting, Suggest edit, Emoji Reply
Invitee
Publish Note

Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

Your note will be visible on your profile and discoverable by anyone.
Your note is now live.
This note is visible on your profile and discoverable online.
Everyone on the web can find and read all notes of this public team.
See published notes
Unpublish note
Please check the box to agree to the Community Guidelines.
View profile
Engagement control
Commenting
Permission
Disabled Forbidden Owners Signed-in users Everyone
Enable
Permission
  • Forbidden
  • Owners
  • Signed-in users
  • Everyone
Suggest edit
Permission
Disabled Forbidden Owners Signed-in users Everyone
Enable
Permission
  • Forbidden
  • Owners
  • Signed-in users
Emoji Reply
Enable
Import from Dropbox Google Drive Gist Clipboard
   owned this note    owned this note      
Published Linked with GitHub
Subscribed
  • Any changes
    Be notified of any changes
  • Mention me
    Be notified of mention me
  • Unsubscribe
Subscribe
--- title: Vac, Waku v2 and Ethereum Messaging COSCUP [SLIDES] # Display controls in the bottom right corner controls: true # Display a presentation progress bar progress: true --- <style> .present h6 { margin: 1em; text-align: left; font-size:0.5em; font-weight: normal; font-style: italic; } </style> ## वाच्、ワク2和以太坊的訊息傳遞 ## Vac, Waku v2 and Ethereum Messaging ![](https://i.imgur.com/gW0cm9o.png =200x200) --- ### 介紹 ### Introduction - Waku v2 - Ethereum/Swarm/Whisper - 三位一體(Holy Trinity), Web3 --- ### 小小的故事和背景 ### Brief history and background - Vac協議研究的研發團體 (protocol research R&D group) - p2p、模組化 (modularity)、隱私 (privacy)、 安全 (security)、無審查通訊 (censorship-resistance) - Whisper復刻 (fork) -> Waku v1 [[talk](https://www.youtube.com/watch?v=6lLT33tsJjs)] --- ## Waku v2 ![](https://i.imgur.com/NuaEdZT.gif) *bak-kuh bak-kuh!* --- ### 概述 ### Overview - 一套協議 Set of protocols - 一組實現 Set of implementations - 網路節點 Network of nodes --- ### 目標 ### Goals - 普遍的訊息傳遞 Generalized messaging - 點對點 Peer-to-peer - 資源受限 Resource restricted - 隱私 Privacy - 模組化 Modularity --- ### 協議 ### Protocols - 10/WAKU2 - 11/RELAY - GossipSub - 13/STORE - 14/MESSAGE - [rfc.vac.dev](rfc.vac.dev) ###### (還有Also:基於內容的過濾 content-based filtering、橋街模式到bridge to Waku 1、JSON RPC API、RLN zkSNARKS垃圾郵件保護 spam protection、於SWAP的記帳結算 accounting and settlement、容錯儲存節點 fault tolerant store protocol、主題使用的建議等等 topic usage recommendations, etc.) --- ### 實現 ### Implementations - nim-waku - js-waku - go-waku --- ### 測試網迴籠和率先使用產品 ### Testnet Huilong and dogfooding --- ![](https://i.imgur.com/A5IKMF9.jpg =653x490) --- ### Toy chat - [nim-waku chat](https://github.com/status-im/nim-waku/blob/master/docs/tutorial/chat2.md) - [js-waku chat](https://status-im.github.io/js-waku/) - [go-waku chat](https://github.com/status-im/go-waku/tree/master/examples/chat2) --- ### 研究 ### Research - zkSNARKS RLN 保護避免垃圾郵件,保護隱私 (privacy-preserving spam prevention) - SWAP記帳和結算 (accounting and settlement) - STORE協議的狀態同步 (state synchronization) - 更好節點發現 (node discovery) - 更嚴格的隱私分析 (rigorous privacy analysis) - 改進錢包跟DApps的互動 (better interaction with wallets and DApps) --- ## 應用 ## Use cases --- ### 序幕:Waku 2中的主題 ### Prelude: Topics in Waku v2 - PubSub主題用於路由 (PubSub topics routing) - `/waku/2/default-waku/proto` - 內容主題 (Content topics) - `/toychat/2/huilong/proto` - [23/TOPIC-RECOMMENDATIONS](https://rfc.vac.dev/spec/23) --- ### Status APP - Waku 2內容主題、Waku 1中的主題差不多 Waku v2 content topic ~ Waku v1 topic - 聯絡代碼主題, X3DH捆綁包, 被分割 Contact code topic, X3DH bundle, partitioned - 公開對談 (public chat topic) - DHKE延伸一對一的協商主題 Negotiated topic for 1:1 chat - [specs.status.im/spec/10](https://specs.status.im/spec/10) --- ### DappConnect: 以太坊訊息傳遞 Ethereum messaging - 多重簽名和DAO投票,一筆鏈上操作交易 Multisig and DAO voting, one on-chain tx - DApps 向用戶推播 Give ability for DApps to notify users - 讓用戶直接回應DApps的要求 Allow users to respond directly to requests - 去中心化 WalletConnect Decentralized WalletConnect - 等等 etc --- ### WalletConnect v2 ![](https://i.imgur.com/2WypcEr.png) [WalletConnect v2 spec](https://docs.walletconnect.org/v/2.0/tech-spec) --- ### 更多例如 ### More examples - 無瓦斯投票 鏈下集合 Gas-less voting, aggregation off-chain - 玩家發現機制DApp遊戲 Player Discovery for DApp games - 使用以太坊金鑰向某人傳送加密訊息 Send encrypted messages with Ethereum key - *你自己的DApp在這裡* *Your own DApp here* --- ## 貢獻 ## Contribute - 玩玩看 ([Play](https://github.com/status-im/nim-waku/blob/master/docs/tutorial/chat2.md) [around](https://status-im.github.io/js-waku/)) - 用Waku建構你的DApp (Use Waku for a DApp) - 貢獻代碼庫 (Contribute code) - [js-waku](https://github.com/status-im/js-waku) / [nim-waku](https://github.com/status-im/nim-waku) - 貢獻到協議規範 (Contribute to [specs](https://github.com/vacp2p/rfc)) - 我們也在找人 (We are [hiring](https://status.im/our_team/jobs.html)) - 參加新的Discord (Join our new [Discord](https://discord.gg/WHm2XVyv)) **新的Discord 在這裡: https://discord.gg/bJCTqS5H** --- ## 結論 ## Conclusion - Web3, Waku - 協議、實現、測試網、研究 Protocols, implementations, testnet, research - Waku 應用 Waku use cases --- ## 謝謝 ## Thanks - [@oskarth](twitter.com/oskarth) - [@vacp2p](twitter.com/vacp2p) / [vac.dev](vac.dev) - 提問時間(QA) ![](https://i.imgur.com/gW0cm9o.png =200x200)

Import from clipboard

Paste your markdown or webpage here...

Advanced permission required

Your current role can only read. Ask the system administrator to acquire write and comment permission.

This team is disabled

Sorry, this team is disabled. You can't edit this note.

This note is locked

Sorry, only owner can edit this note.

Reach the limit

Sorry, you've reached the max length this note can be.
Please reduce the content or divide it to more notes, thank you!

Import from Gist

Import from Snippet

or

Export to Snippet

Are you sure?

Do you really want to delete this note?
All users will lose their connection.

Create a note from template

Create a note from template

Oops...
This template has been removed or transferred.
Upgrade
All
  • All
  • Team
No template.

Create a template

Upgrade

Delete template

Do you really want to delete this template?
Turn this template into a regular note and keep its content, versions, and comments.

This page need refresh

You have an incompatible client version.
Refresh to update.
New version available!
See releases notes here
Refresh to enjoy new features.
Your user state has changed.
Refresh to load new user state.

Sign in

Forgot password

or

By clicking below, you agree to our terms of service.

Sign in via Facebook Sign in via Twitter Sign in via GitHub Sign in via Dropbox Sign in with Wallet
Wallet ( )
Connect another wallet

New to HackMD? Sign up

Help

  • English
  • 中文
  • Français
  • Deutsch
  • 日本語
  • Español
  • Català
  • Ελληνικά
  • Português
  • italiano
  • Türkçe
  • Русский
  • Nederlands
  • hrvatski jezik
  • język polski
  • Українська
  • हिन्दी
  • svenska
  • Esperanto
  • dansk

Documents

Help & Tutorial

How to use Book mode

Slide Example

API Docs

Edit in VSCode

Install browser extension

Contacts

Feedback

Discord

Send us email

Resources

Releases

Pricing

Blog

Policy

Terms

Privacy

Cheatsheet

Syntax Example Reference
# Header Header 基本排版
- Unordered List
  • Unordered List
1. Ordered List
  1. Ordered List
- [ ] Todo List
  • Todo List
> Blockquote
Blockquote
**Bold font** Bold font
*Italics font* Italics font
~~Strikethrough~~ Strikethrough
19^th^ 19th
H~2~O H2O
++Inserted text++ Inserted text
==Marked text== Marked text
[link text](https:// "title") Link
![image alt](https:// "title") Image
`Code` Code 在筆記中貼入程式碼
```javascript
var i = 0;
```
var i = 0;
:smile: :smile: Emoji list
{%youtube youtube_id %} Externals
$L^aT_eX$ LaTeX
:::info
This is a alert area.
:::

This is a alert area.

Versions and GitHub Sync
Get Full History Access

  • Edit version name
  • Delete

revision author avatar     named on  

More Less

Note content is identical to the latest version.
Compare
    Choose a version
    No search result
    Version not found
Sign in to link this note to GitHub
Learn more
This note is not linked with GitHub
 

Feedback

Submission failed, please try again

Thanks for your support.

On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?

Please give us some advice and help us improve HackMD.

 

Thanks for your feedback

Remove version name

Do you want to remove this version name and description?

Transfer ownership

Transfer to
    Warning: is a public team. If you transfer note to this team, everyone on the web can find and read this note.

      Link with GitHub

      Please authorize HackMD on GitHub
      • Please sign in to GitHub and install the HackMD app on your GitHub repo.
      • HackMD links with GitHub through a GitHub App. You can choose which repo to install our App.
      Learn more  Sign in to GitHub

      Push the note to GitHub Push to GitHub Pull a file from GitHub

        Authorize again
       

      Choose which file to push to

      Select repo
      Refresh Authorize more repos
      Select branch
      Select file
      Select branch
      Choose version(s) to push
      • Save a new version and push
      • Choose from existing versions
      Include title and tags
      Available push count

      Pull from GitHub

       
      File from GitHub
      File from HackMD

      GitHub Link Settings

      File linked

      Linked by
      File path
      Last synced branch
      Available push count

      Danger Zone

      Unlink
      You will no longer receive notification when GitHub file changes after unlink.

      Syncing

      Push failed

      Push successfully