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
Unityでブロックチェーンアプリを作る
Search
yudetamago
November 21, 2019
Technology
0
1.8k
Unityでブロックチェーンアプリを作る
yudetamago
November 21, 2019
Tweet
Share
More Decks by yudetamago
See All by yudetamago
ブロックチェーンとIndexer
yudetamago
0
920
DApps開発特有の_ハマりポイントご紹介.pdf
yudetamago
1
1.4k
スマートコントラクトの監査について
yudetamago
2
600
DApps開発事例 ~CryptoCrystal概要編~
yudetamago
3
310
Gasを誰が払うのか問題について
yudetamago
5
4.5k
Solidityの複数コントラク ト連携を色々試してる話
yudetamago
1
2.2k
Dapps開発におけるSoliidityのはまりどころ
yudetamago
3
2.3k
Other Decks in Technology
See All in Technology
サラリーマンの小遣いで作るtoCサービス - Cloudflare Workersでスケールする開発戦略
shinaps
2
450
EncryptedSharedPreferences が deprecated になっちゃった!どうしよう! / Oh no! EncryptedSharedPreferences has been deprecated! What should I do?
yanzm
0
390
LLMを搭載したプロダクトの品質保証の模索と学び
qa
0
1.1k
職種の壁を溶かして開発サイクルを高速に回す~情報透明性と職種越境から考えるAIフレンドリーな職種間連携~
daitasu
0
170
La gouvernance territoriale des données grâce à la plateforme Terreze
bluehats
0
180
S3アクセス制御の設計ポイント
tommy0124
3
200
「どこから読む?」コードとカルチャーに最速で馴染むための実践ガイド
zozotech
PRO
0
450
開発者を支える Internal Developer Portal のイマとコレカラ / To-day and To-morrow of Internal Developer Portals: Supporting Developers
aoto
PRO
1
460
「全員プロダクトマネージャー」を実現する、Cursorによる仕様検討の自動運転
applism118
21
11k
生成AI時代のデータ基盤設計〜ペースレイヤリングで実現する高速開発と持続性〜 / Levtech Meetup_Session_2
sansan_randd
1
150
【実演版】カンファレンス登壇者・スタッフにこそ知ってほしいマイクの使い方 / 大吉祥寺.pm 2025
arthur1
1
870
💡Ruby 川辺で灯すPicoRubyからの光
bash0c7
0
120
Featured
See All Featured
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
36
2.5k
The World Runs on Bad Software
bkeepers
PRO
70
11k
RailsConf 2023
tenderlove
30
1.2k
How to Ace a Technical Interview
jacobian
279
23k
Docker and Python
trallard
45
3.6k
Git: the NoSQL Database
bkeepers
PRO
431
66k
Why You Should Never Use an ORM
jnunemaker
PRO
59
9.5k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
34
3.1k
YesSQL, Process and Tooling at Scale
rocio
173
14k
Rails Girls Zürich Keynote
gr2m
95
14k
The Language of Interfaces
destraynor
161
25k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
44
2.5k
Transcript
Unityでブロックチェーン アプリを作る ゆで卵(@takayukib) 2019/10/23 Roppongi.unity #5
自己紹介 ゆで卵 株式会社LayerX / トークンポケット株式会社 Twitter: @takayukib Github: yudetamago 好きな言語:
Ruby
Q.ブロックチェーン とは?
A. 共有台帳 BlockChain Node BlockChain Node
分散DBと何が違うの? 中央集権? 改ざん耐性? 分散DB 中央集権 なし ブロックチェーン 非中央集権 あり
ゲームでの活用 ゲーム内のasset(武器など)をブロックチェーンに載せる ➢ 他の人からもそのassetが共有出来る BlockChain Node BlockChain Node
Unity(.NET)向けのライブラリ • Nethereum ( https://nethereum.com/ ) • Unity向けサンプル ( https://github.com/Nethereum/Unity3dSimpleSample
)