情報開発と利活用

情報開発と利活用

PR

Profile

令和維新

令和維新

Favorite Blog

🍑新作「忘れな草を… New! 神風スズキさん

源氏物語〔2帖帚木 … New! Photo USMさん

今日のアジサイその2 GKenさん

久々良型 Nori1022さん

P's Pictures P's Picturesさん

Keyword Search

▼キーワード検索

Shopping List

お買いものレビューがまだ書かれていません。
2023.07.01
XML
カテゴリ: NFT


NFTs, explained by a software developer
NFT








Photo by  Ananthu Ganesh  on  Unsplash
写真、アンスプラッシュのアナスーガネション撮影

Introduction
はじめに

STILL DON’T KNOW WHAT AN NFT IS?
まだ NFT とは何か分かりませんか?


What you need to know (as a developer) to create an NFT
あなたが NFT を作成するために(開発者として)知る必要があることは


In this article, you will understand what an NFT is and how we developers can create one (or maybe 10,000).
この記事で、あなたは NFT が何であるか、そして我々開発者が1つの NFT (あるいは多分 10,000 NFT )をどのように作ることができるか理解するでしょう。


An NFT is a transaction recorded on a blockchain that attests the ownership of a unique object, linked via metadata to some assets, usually images or video.
NFT はメタデータによって若干の流動資産、通常映像あるいはビデオに関連づけられるユニークなオブジェクトの所有権を立証するブロックチェーン上に記録されるトランザクションです。


Okay, this definition is so general that it doesn’t explain anything when you read it like this.
分かりました、この定義は非常に一般的であるので、あなたがこのようにそれを読んだとき、それは何も説明になりません。


Let’s take a step back and start with the basics.
後戻りして、基礎から始めましょう。


What does fungible mean?
代替可能物は何を意味するか?

Imagine you are at the supermarket, and you get a coupon or stamp for every $30 you spend. You are a loyal customer and have 20 half-dollar coupons.
あなたが大型スーパー店にいると想像してください、そしてあなたが費やすすべての30ドルのためのクーポンあるいはスタンプを得ます。 あなたは忠実な顧客であって、そして20枚の半ドルクーポンを持っています。


Now imagine that as you rush out the doors with your coupons in hand, a middle-aged lady bumps into you, and your 20 coupons fall out, mingling with the lady’s ones.
今あなたが手にあなたのクーポンを持ってドアを急きょ発表する(とき・から・につれて・ように)、中年の婦人があなたにぶつかり、あなたの20枚のクーポンが、婦人のものと混じって、落ちると想像してください。


No big deal, you know you had 20, and the lady know she had 10. You pick them up off the ground and share them. Each one is fine.
たいしたことでません、あなたはあなたが20枚持っていたことを知っています、そして婦人は彼女が10枚を持っていたことを知っています。 あなたは、地上からそれらを拾い上げて、そしてそれらを分配します。 各自問題はありません。


If we think of coupons as  tokens, they are fungible: you can exchange them for each other . Each has the same value and characteristics as the other.
もし我々がトークンとしてクーポンについて考えるなら、それらは代替可能物です:あなたはそれらをお互いに交換することができます。 それぞれが他として同じ価値と特徴を持っています。


If you dropped your house keys instead of coupons, that was different.
もしあなたがクーポンの代わりにあなたの家のカギを落としたなら、それは異なっていました。


Although visually similar, each key differs from the other, and you could not interchange them with the lady. If we think of keys as tokens, these are non-fungible tokens.
視覚的に類似しているけれども、各カギは他とは違い、あなたはそれらを婦人と交換することができないであろう。
もし我々がカギをトークンであると考えるなら、これらは代替不可能なトークンです。


>Student: So, are house keys NFTs? > Guru: No, because they do not "live" on the blockchain. > Student: Right, and how does the blockchain work?

>学生:それで、 NFT は家のカギか グル:いいえ、なぜならそれらは ブロックチェーンに「住んでいません」から。 学生:分かりましたが、ブロックチェーンはどのように働きますか?


NFTs on the blockchain
ブロックチェーン上の NFT

Now that we know what non-fungible means, let’s figure out how to connect these tokens to the blockchain.
我々が代替不可能が何を意味するか知っている今、これらのトークンをブロックチェーンと結びつける方法を理解しましょう。


The good news is that it is optional to know in detail how a blockchain works to develop an NFT. We need to know some basic information. Let’s see it.
幸いなことに詳細にブロックチェーンがどのように NFT を開発するために働くか知ることは、オプションでありますが、我々は若干の基本的な情報を知る必要があります。それを見ましょう。


The first blockchain — Bitcoin — was born in 2008 by Satoshi Nakamoto: however, the subsequent implementations are all based on some standard features.
最初のブロックチェーン -ビットコイン- はサトシ・ナカモトによって2008年に生まれました。:しかしながら、その引き続く実装はすべていくつかの標準機能に基づいています。


The blockchain (at its base) is a distributed data ledger, i.e., we can imagine it as a database or data storage in which transactions, i.e., changes in the state of the blockchain, are written.
(その土台の)ブロックチェーンは分散型データ台帳で、例えば、我々はそれがトランザクション、例えば、ブロックチェーンの状態の変更が書かれるデータベースあるいはデータストレージであると想像可能です。


Its fundamental characteristic is that it is not a single, centralized data source. Still, it is distributed in a peer-to-peer network, where each computer (called a node) has a copy of the
entire ledger.

その基本的な特徴はそれが一つの、集中させられたデータ源ではないということです。 それでも、それはピアツーピアネットワークで配布され、そしてそこで(ノードと呼ばれる)それぞれの電子計算機が台帳全体のコピーを持っています。


The addition of data is done through consensus mechanisms because most of the network nodes validate the transaction.
ネットワーク・ノードの大部分がトランザクションを検証するから、データの追加は合意メカニズムを通して行われます。


===============================
インターネット・コンピュータランキング

ネットサービスランキング
===============================












お気に入りの記事を「いいね!」で応援しよう

Last updated  2023.07.02 10:19:12
コメント(0) | コメントを書く


【毎日開催】
15記事にいいね!で1ポイント
10秒滞在
いいね! -- / --
おめでとうございます!
ミッションを達成しました。
※「ポイントを獲得する」ボタンを押すと広告が表示されます。
x

© Rakuten Group, Inc.
Design a Mobile Site
スマートフォン版を閲覧 | PC版を閲覧
Share by: