SlideShare a Scribd company logo
I will drop an NFT
from here!
From Smart contracts
to NFT
Davide Carboni, PhD
Esiste un modo per capire
se un NFT ha valore?
 From Smart Contracts to NFT
 From Smart Contracts to NFT
 From Smart Contracts to NFT
Esiste un modo per valutare cosa si riceve quando
si compra un NFT?
NFT TOKEN SMART CONTRACT BLOCKCHAIN SOMETHING
L’importante è che non
arrivi questo
FINTECH
SOFTWARE THAT MANAGES MONEY
SMART CONTRACT
MONEY THAT EXECUTES SOFTWARE
Why smart contracts are different
@lightrainstech
CODE LOCALLY COMPILE LOCALLY RUN GLOBALLY
node
node
node
node
node node
node
node
node
Gli smart contract eseguono un calcolo in cui:
- gli input sono verificabili e non modificabili
- gli output sono verificabili e non modificabili
- le istruzioni sono verificabili e non modificabili
- resta attivo per sempre a meno che non sia
programmato per auto-spegnersi
 From Smart Contracts to NFT
NFT dentro il cofano
Gli standard: ERC20
function transfer (address recipient, uint amount);
Address Balance
0x123… 100000000000200000
0xdada157a… 1
….
Gli standard (2): ERC721
function safeTransferFrom(address _from, address _to, uint256 _tokenId)
Gli standard (3) EIP - 721 Metadata
extension
The metadata extension is OPTIONAL for ERC-721 smart contracts (see “caveats”, below). This allows your smart contract
to be interrogated for its name and for details about the assets which your NFTs represent.
function tokenURI(uint256 _tokenId) external view returns (string);
 From Smart Contracts to NFT
Gli standard (4) : EIP 1155
function safeTransferFrom(
address _from,
address _to,
uint256 _id,
uint256 _value,
bytes calldata _data) external;
 From Smart Contracts to NFT
 From Smart Contracts to NFT
ipfs://QmeSjSinHpPnmXmspMjwiXyN6zS4E9zccariGR3jxcaWtq/3749
BRAVE BROWSER
 From Smart Contracts to NFT
https://assets.sorare.com... ipfs://QmeSjSinHpPnmXmspMj... https://api.emblemvault.io/s:...
Le royalty
sono un artista, voglio
fare un NFT e lo
voglio vendere ma
voglio anche una
percentuale di tutte
le vendite successive
 From Smart Contracts to NFT
Glossario
Minting
Dropping
Flipping
dcarboni@gmail.com
@digitaldavide
uncommon-digital.it
digitaldavide.me

More Related Content

PDF
BlockChain e Token Digitali - Webinar gratuito
PDF
Progetto CASCO.pdf
PDF
Workshop 20092019 Lisi - Creazione di uno smart contract
ODP
JWT: JSON Web Tokens - bye bye Session and Cookie - RFC7519
PDF
Json Web Tokens
PDF
Blockchain e smart contract (Lorenzo Piatti, feb.2021)
PDF
Smau Firenze 2016 - dirICTo
PDF
BitGold. L'estinzione dei dinosauri.
BlockChain e Token Digitali - Webinar gratuito
Progetto CASCO.pdf
Workshop 20092019 Lisi - Creazione di uno smart contract
JWT: JSON Web Tokens - bye bye Session and Cookie - RFC7519
Json Web Tokens
Blockchain e smart contract (Lorenzo Piatti, feb.2021)
Smau Firenze 2016 - dirICTo
BitGold. L'estinzione dei dinosauri.

Similar to From Smart Contracts to NFT (8)

PDF
BusinessBoxSafir.com
PPTX
NFC (Near Field Communication - Comunicazione di prossimità)
PDF
Blockchain per la PA
PDF
Blockchain e mercato internazionale - Pietro Marchionni
PDF
Stabilizing Algorithmic Stablecoins: the Terra-Luna Case Study
PDF
NFC: Tecnologia e Sicurezza
PDF
Cqrs and IoT: a match made in heaven
PPTX
Industrial iot: dalle parole ai fatti
BusinessBoxSafir.com
NFC (Near Field Communication - Comunicazione di prossimità)
Blockchain per la PA
Blockchain e mercato internazionale - Pietro Marchionni
Stabilizing Algorithmic Stablecoins: the Terra-Luna Case Study
NFC: Tecnologia e Sicurezza
Cqrs and IoT: a match made in heaven
Industrial iot: dalle parole ai fatti

More from Davide Carboni (20)

PDF
Facts & Figures about Web3 Security in 2024
PPTX
PPT-CyberJourney-June-2023-Carboni.pptx
PDF
Blockchain School 2019 - Security of Smart Contracts.pdf
PDF
The Bitcoin blockchain (en)
PDF
Internet-of-things, sicurezza, privacy, trust
PDF
Blockchain - crittomonete, Bitcoin e altre applicazioni
ODP
08 mapreduce
PDF
04 bloom
PDF
2 phase-commit
PDF
Internet of Things al Festivalscienza 2010
PDF
Pysense: wireless sensor computing in Python?
PDF
Introduzione ai Design Patterns nella Programmazione a Oggetti
PDF
The world is the computer and the programmer is you
PDF
Browsing Large Collections of Geo-Tagged Pictures
PDF
Programmazione concorrente in Java (vecchio modello)
PPT
NAT Traversal
PPT
Introduction P2p
PDF
Spoleto07
ODP
Kickoff del Progetto Cluster Mashup e Geoweb
ODP
Open al bivio fra software e webware (al javaday 2006)
Facts & Figures about Web3 Security in 2024
PPT-CyberJourney-June-2023-Carboni.pptx
Blockchain School 2019 - Security of Smart Contracts.pdf
The Bitcoin blockchain (en)
Internet-of-things, sicurezza, privacy, trust
Blockchain - crittomonete, Bitcoin e altre applicazioni
08 mapreduce
04 bloom
2 phase-commit
Internet of Things al Festivalscienza 2010
Pysense: wireless sensor computing in Python?
Introduzione ai Design Patterns nella Programmazione a Oggetti
The world is the computer and the programmer is you
Browsing Large Collections of Geo-Tagged Pictures
Programmazione concorrente in Java (vecchio modello)
NAT Traversal
Introduction P2p
Spoleto07
Kickoff del Progetto Cluster Mashup e Geoweb
Open al bivio fra software e webware (al javaday 2006)

From Smart Contracts to NFT