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
67
Other Decks in Technology
See All in Technology
オブザーバビリティ成熟度モデルの企画から社内導入まで
dmmsre
2
130
20251102 WordCamp Kansai 2025
chiilog
1
810
コード1ミリもわからないけど Claude CodeでFigjamプラグインを作った話
abokadotyann
1
140
[JDDStudy #10] 社内Agent勉強会の取り組み紹介
yp_genzitsu
1
130
Spec Driven Development入門/spec_driven_development_for_learners
hanhan1978
1
1k
文字列操作の達人になる ~ Kotlinの文字列の便利な世界 ~ - Kotlin fest 2025
tomorrowkey
2
580
[Oracle TechNight#94] Oracle AI World 2025 Oracle Database関連フィードバック
oracle4engineer
PRO
0
240
QAエンジニアがプロダクト専任で チームの中に入ると。。。?/登壇資料(杉森 太樹)
hacobu
PRO
0
160
Playwrightで始めるUI自動テスト入門
devops_vtj
0
250
MCP サーバーの基礎から実践レベルの知識まで
azukiazusa1
26
14k
窓口業務を生成AIにおまかせ!Bedrock Agent Coreで実現する自治体AIエージェント!
rayofhopejp
0
290
激動の2025年、Modern Data Stackの最新技術動向
sagara
0
1.2k
Featured
See All Featured
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
Git: the NoSQL Database
bkeepers
PRO
431
66k
Building Adaptive Systems
keathley
44
2.8k
The Language of Interfaces
destraynor
162
25k
Statistics for Hackers
jakevdp
799
220k
How To Stay Up To Date on Web Technology
chriscoyier
791
250k
A designer walks into a library…
pauljervisheath
210
24k
Building Applications with DynamoDB
mza
96
6.7k
Gamification - CAS2011
davidbonilla
81
5.5k
Rebuilding a faster, lazier Slack
samanthasiow
84
9.3k
Building Better People: How to give real-time feedback that sticks.
wjessup
370
20k
Typedesign – Prime Four
hannesfritz
42
2.9k
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/