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.7k
Unityでブロックチェーンアプリを作る
yudetamago
November 21, 2019
Tweet
Share
More Decks by yudetamago
See All by yudetamago
ブロックチェーンとIndexer
yudetamago
0
820
DApps開発特有の_ハマりポイントご紹介.pdf
yudetamago
1
1.3k
スマートコントラクトの監査について
yudetamago
2
570
DApps開発事例 ~CryptoCrystal概要編~
yudetamago
3
280
Gasを誰が払うのか問題について
yudetamago
5
4.3k
Solidityの複数コントラク ト連携を色々試してる話
yudetamago
1
2.1k
Dapps開発におけるSoliidityのはまりどころ
yudetamago
3
2.1k
Other Decks in Technology
See All in Technology
ISUCONに強くなるかもしれない日々の過ごしかた/Findy ISUCON 2024-11-14
fujiwara3
8
870
Zennのパフォーマンスモニタリングでやっていること
ryosukeigarashi
0
150
Engineer Career Talk
lycorp_recruit_jp
0
190
CysharpのOSS群から見るModern C#の現在地
neuecc
2
3.5k
これまでの計測・開発・デプロイ方法全部見せます! / Findy ISUCON 2024-11-14
tohutohu
3
370
ノーコードデータ分析ツールで体験する時系列データ分析超入門
negi111111
0
420
Amazon CloudWatch Network Monitor のススメ
yuki_ink
1
210
日経電子版のStoreKit2フルリニューアル
shimastripe
1
140
OCI 運用監視サービス 概要
oracle4engineer
PRO
0
4.8k
組織成長を加速させるオンボーディングの取り組み
sudoakiy
2
210
なぜ今 AI Agent なのか _近藤憲児
kenjikondobai
4
1.4k
ドメインの本質を掴む / Get the essence of the domain
sinsoku
2
160
Featured
See All Featured
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
0
100
Imperfection Machines: The Place of Print at Facebook
scottboms
265
13k
BBQ
matthewcrist
85
9.3k
Thoughts on Productivity
jonyablonski
67
4.3k
Statistics for Hackers
jakevdp
796
220k
Product Roadmaps are Hard
iamctodd
PRO
49
11k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
329
21k
Designing the Hi-DPI Web
ddemaree
280
34k
Adopting Sorbet at Scale
ufuk
73
9.1k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
28
9.1k
The Invisible Side of Design
smashingmag
298
50k
The Pragmatic Product Professional
lauravandoore
31
6.3k
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
)