Skip to content

Commit 0a023ac

Browse files
committed
content
1 parent 0ad2f23 commit 0a023ac

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: "What happens when you send 1 DAI"
3+
description: "A transaction is just a way to tell the Ethereum network that you, as a user, want to execute an action (e.g. sending 1 DAI). A wallet helps build such transaction in a relatively beginner-friendly way."
4+
authors: ["@tinchoabbate"]
5+
tags: ["Smart Contracts","Security","Wallets"]
6+
languages: []
7+
url: "https://www.notonlyowner.com/learn/what-happens-when-you-send-one-dai"
8+
dateAdded: 2023-12-03
9+
level: "Intermediate"
10+
---
11+
12+
You have 1 DAI.
13+
14+
Using a wallet's UI (like Metamask), you click enough buttons and fill enough text inputs to say that you're sending 1 DAI to 0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045 (that's vitalik.eth).
15+
16+
And hit send.
17+
18+
After some time the wallet says the transaction's been confirmed. All of sudden, Vitalik is now 1 DAI richer. WTF just happened?
19+
20+
Let's rewind. And replay in slow motion.
21+
22+
Ready?

0 commit comments

Comments
 (0)