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
Sponsored
·
SiteGround - Reliable hosting with speed, security, and support you can count on.
→
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
950
DApps開発特有の_ハマりポイントご紹介.pdf
yudetamago
1
1.4k
スマートコントラクトの監査について
yudetamago
2
620
DApps開発事例 ~CryptoCrystal概要編~
yudetamago
3
330
Gasを誰が払うのか問題について
yudetamago
5
4.6k
Solidityの複数コントラク ト連携を色々試してる話
yudetamago
1
2.3k
Dapps開発におけるSoliidityのはまりどころ
yudetamago
3
2.4k
Other Decks in Technology
See All in Technology
なぜAIは組織を速くしないのか 令和の腑分け
sugino
80
50k
Databricks (と気合い)で頑張るAI Agent 運用
kameitomohiro
0
340
Agentic Codingの実践とチームで導入するための工夫
lycorptech_jp
PRO
0
200
ローカルでLLMを使ってみよう
kosmosebi
0
210
AWS CDK の目玉新機能「Mixins」とは / cdk-mixins
gotok365
2
290
組織のSREを推進するためのPlatform EngineeringとEKS / Platform Engineering and EKS to drive SRE in your organization
chmikata
0
150
Windows ネットワークを再確認する
murachiakira
PRO
0
170
もう怖くないバックグラウンド処理 Background Tasks のすべて - Hakodate.swift #1
kantacky
0
230
AIエンジニア Devin と歩む、自律型運用プロセスの構築
a2ito
0
360
OCI技術資料 : 外部接続 VPN接続 詳細
ocise
1
10k
「データとの対話」の現在地と未来
kobakou
0
970
AWS Bedrock Guardrails / 機密情報の入力・出力をブロックする — Blocking Sensitive Information Input/Output
kazuhitonakayama
2
180
Featured
See All Featured
Utilizing Notion as your number one productivity tool
mfonobong
3
240
ReactJS: Keep Simple. Everything can be a component!
pedronauck
666
130k
Self-Hosted WebAssembly Runtime for Runtime-Neutral Checkpoint/Restore in Edge–Cloud Continuum
chikuwait
0
380
The untapped power of vector embeddings
frankvandijk
2
1.6k
More Than Pixels: Becoming A User Experience Designer
marktimemedia
3
340
Noah Learner - AI + Me: how we built a GSC Bulk Export data pipeline
techseoconnect
PRO
0
120
Effective software design: The role of men in debugging patriarchy in IT @ Voxxed Days AMS
baasie
0
240
How to Build an AI Search Optimization Roadmap - Criteria and Steps to Take #SEOIRL
aleyda
1
1.9k
How Fast Is Fast Enough? [PerfNow 2025]
tammyeverts
3
470
How to build a perfect <img>
jonoalderson
1
5.2k
Designing Experiences People Love
moore
144
24k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
17k
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
)