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
880
DApps開発特有の_ハマりポイントご紹介.pdf
yudetamago
1
1.4k
スマートコントラクトの監査について
yudetamago
2
590
DApps開発事例 ~CryptoCrystal概要編~
yudetamago
3
300
Gasを誰が払うのか問題について
yudetamago
5
4.4k
Solidityの複数コントラク ト連携を色々試してる話
yudetamago
1
2.2k
Dapps開発におけるSoliidityのはまりどころ
yudetamago
3
2.2k
Other Decks in Technology
See All in Technology
AIで進化するソフトウェアテスト:mablの最新生成AI機能でQAを加速!
mfunaki
0
120
LLM とプロンプトエンジニアリング/チューターをビルドする / LLM, Prompt Engineering and Building Tutors
ks91
PRO
1
210
JPOUG Tech Talk #12 UNDO Tablespace Reintroduction
nori_shinoda
1
120
SRE NEXT CfP チームが語る 聞きたくなるプロポーザルとは / Proposals by the SRE NEXT CfP Team that are sure to be accepted
chaspy
1
570
Vision Pro X Text to 3D Model ~How Swift and Generative Al Unlock a New Era of Spatial Computing~
igaryo0506
0
260
DuckDB MCPサーバーを使ってAWSコストを分析させてみた / AWS cost analysis with DuckDB MCP server
masahirokawahara
0
730
Android는 어떻게 화면을 그릴까?
davidkwon7
0
100
AWSLambdaMCPServerを使ってツールとMCPサーバを分離する
tkikuchi
1
2.5k
SREの視点で考えるSIEM活用術 〜AWS環境でのセキュリティ強化〜
coconala_engineer
1
250
いつも初心者向けの記事に助けられているので得意分野では初心者向けの記事を書きます
toru_kubota
2
270
Micro Frontends: Necessity, Implementation, and Challenges
rainerhahnekamp
2
350
Beyond {shiny}: The Future of Mobile Apps with R
colinfay
1
370
Featured
See All Featured
Reflections from 52 weeks, 52 projects
jeffersonlam
349
20k
Making the Leap to Tech Lead
cromwellryan
133
9.2k
Building a Scalable Design System with Sketch
lauravandoore
462
33k
Making Projects Easy
brettharned
116
6.1k
Into the Great Unknown - MozCon
thekraken
37
1.7k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
45
9.5k
Become a Pro
speakerdeck
PRO
27
5.3k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
Raft: Consensus for Rubyists
vanstee
137
6.9k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
5
520
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
41
2.2k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
47
5.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
)