From ceee35515645656ff621f43549afd8bd896a1406 Mon Sep 17 00:00:00 2001 From: jrosendo Date: Tue, 13 Dec 2022 11:11:15 +0000 Subject: [PATCH] chore(blockchain): remove tip exercise - remove tip exercise from blockchain branch --- subjects/blockchain/tip/README.md | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 subjects/blockchain/tip/README.md diff --git a/subjects/blockchain/tip/README.md b/subjects/blockchain/tip/README.md deleted file mode 100644 index 32e39698..00000000 --- a/subjects/blockchain/tip/README.md +++ /dev/null @@ -1,17 +0,0 @@ -# Tip - -### Instructions - -Create a web page, `tip.html` that contains a `Connect` button that triggers a MetaMask window that asks the user to connect an account. Once connected, it displays the address of the wallet. - -Additionally, the page contains: - -- an input field (id:`address`) -- a button (id:`tip`) - -Pressing on the button send the amount of 0.001701 ETH to the address in the input field. - -### Notions - -- [ethers : connecting to MetaMask](https://docs.ethers.io/v5/getting-started/#getting-started--connecting) -- [MetaMask : getting started ](https://docs.metamask.io/guide/getting-started.html) \ No newline at end of file