Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
POAP (Proof Of Attendance Protocol)説明
Search
Soma
May 08, 2022
Technology
0
230
POAP (Proof Of Attendance Protocol)説明
The Slides of brief Summary of POAP I made.
Soma
May 08, 2022
Tweet
Share
More Decks by Soma
See All by Soma
noplan inc 勉強会(Foundryの紹介)
somaseki
1
66
Other Decks in Technology
See All in Technology
Figma Dev Mode MCP Serverを用いたUI開発
zoothezoo
0
230
サイバーエージェントグループのSRE10年の歩みとAI時代の生存戦略
shotatsuge
4
1.1k
衛星運用をソフトウェアエンジニアに依頼したときにできあがるもの
sankichi92
1
1.1k
モニタリング統一への道のり - 分散モニタリングツール統合のためのオブザーバビリティプロジェクト
niftycorp
PRO
1
520
AI Ready API ─ AI時代に求められるAPI設計とは?/ AI-Ready API - Designing MCP and APIs in the AI Era
yokawasa
12
3.4k
Amplify Gen2から知るAWS CDK Toolkit Libraryの使い方/How to use the AWS CDK Toolkit Library as known from Amplify Gen2
fossamagna
1
350
SRE不在の開発チームが障害対応と 向き合った100日間 / 100 days dealing with issues without SREs
shin1988
2
2.1k
Transformerを用いたアイテム間の 相互影響を考慮したレコメンドリスト生成
recruitengineers
PRO
2
460
Talk to Someone At Delta Airlines™️ USA Contact Numbers
travelcarecenter
0
160
公開初日に Gemini CLI を試した話や FFmpeg と組み合わせてみた話など / Gemini CLI 初学者勉強会(#AI道場)
you
PRO
0
1.4k
ゼロから始めるSREの事業貢献 - 生成AI時代のSRE成長戦略と実践 / Starting SRE from Day One
shinyorke
PRO
0
120
Microsoft Defender XDRで疲弊しないためのインシデント対応
sophiakunii
2
320
Featured
See All Featured
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
3.9k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.4k
Typedesign – Prime Four
hannesfritz
42
2.7k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
357
30k
Documentation Writing (for coders)
carmenintech
72
4.9k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
138
34k
Site-Speed That Sticks
csswizardry
10
700
Imperfection Machines: The Place of Print at Facebook
scottboms
267
13k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
The Art of Programming - Codeland 2020
erikaheidi
54
13k
How to train your dragon (web standard)
notwaldorf
96
6.1k
How to Think Like a Performance Engineer
csswizardry
25
1.7k
Transcript
POAP (Proof Of Attendance Protocol) 2022/05/08
POAP (Proof Of Attendance Protocol) - イベントの参加証明バッジ - 実態はERC-721トークン → NFTと同じ規格
- Ethereum と互換性ある xDAI チェーンにて発行
ERC-721って? - よくあるトークンはERC-20トークン - ETH, BNB, JPYC, Matic etc. -
要はNFT。非代替性トークン。唯一無二のデータ - 個人の特定に向いている(個人情報のことを指さない) - 抽選券・コレクティブルアイテム・アクセスキー・コンサートのチケット etc.
xDAI チェーンとは? - Gnosis Chain (ノーシス)と呼ばれているEthereum互換のチェーン - Ethereum よりも低コストで安定したトランザクションを実現する -
DAOによって運営 - チェーンのネイティブトークンは xDAI → Ethereum上のステーブルコイン DAIと1:1 ( 1DAI ≒ 1USD ) - ガバナンストークンはSTAKE
POAPと他のNFTとの違い - POAPであることの条件 - Ethereum Mainnet上のスマートコントラクトで作成されていること - 日時の情報がメタデータとして刻まれていること - そのイベント(日時)に関する画像が用いられていること
POAPの使い方(やり方) - ウェブサイトから https://app.poap.xyz/admin/events - 各種情報入力(イベント名・概要・日時・メールアドレス)し申請 - メール2通受け取る(申請メール・発行メール) - 2通目のメール内にあるURLよりPOAP
発行 Done!! ※Discord Bot から発行も可能
POAPの使う時の注意点 - 発行者が下記のような仕組みを作る必要がある - 発行者は、1参加者に1トークン配られること - 参加してない人がPOAPを受け取らないようにする ※公式は上記の仕組みについてはサポートしていない
まとめ - イベントの参加証明バッジ - ウォレットさえ持ってれば誰でも発行・受取可能 - DIDを利用した社会実現のためのプロトコル - Discord Bot
から発行できるのPOAP便利
参考文献 POAP https://poap.xyz/ https://medium.com/@poap/the-core-value-proposition-of-poap-explained-dc379aca332d https://medium.com/poap/poap-retrospective-of-2019-b5b2181e054e https://caccablog.com/make-poap/ xDAI https://www.xdaichain.com/ https://www.token-economist.com/2022/01/05/gnosischain-introduction/ ERC-721
https://ethereum.org/ja/developers/docs/standards/tokens/erc-721/