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
生成AIとM5Stack / M5 Japan Tour 2025 Autumn 東京
you
PRO
0
210
AIAgentの限界を超え、 現場を動かすWorkflowAgentの設計と実践
miyatakoji
0
130
KAGのLT会 #8 - 東京リージョンでGAしたAmazon Q in QuickSightを使って、報告用の資料を作ってみた
0air
0
200
多野優介
tanoyusuke
1
430
PLaMoの事後学習を支える技術 / PFN LLMセミナー
pfn
PRO
9
3.8k
リーダーになったら未来を語れるようになろう/Speak the Future
sanogemaru
0
280
動画データのポテンシャルを引き出す! Databricks と AI活用への奮闘記(現在進行形)
databricksjapan
0
140
データエンジニアがこの先生きのこるには...?
10xinc
0
440
Pure Goで体験するWasmの未来
askua
1
180
VCC 2025 Write-up
bata_24
0
180
ACA でMAGI システムを社内で展開しようとした話
mappie_kochi
1
260
DataOpsNight#8_Terragruntを用いたスケーラブルなSnowflakeインフラ管理
roki18d
1
340
Featured
See All Featured
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
Building an army of robots
kneath
306
46k
Stop Working from a Prison Cell
hatefulcrawdad
271
21k
What’s in a name? Adding method to the madness
productmarketing
PRO
23
3.7k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
7
890
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
9
580
4 Signs Your Business is Dying
shpigford
185
22k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
657
61k
What's in a price? How to price your products and services
michaelherold
246
12k
Build The Right Thing And Hit Your Dates
maggiecrowley
37
2.9k
Making Projects Easy
brettharned
119
6.4k
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
)