chore(blockchain): remove tip exercise

- remove tip exercise from blockchain branch
This commit is contained in:
jrosendo 2022-12-13 11:11:15 +00:00 committed by José Rosendo
parent 4da285b07f
commit ceee355156
1 changed files with 0 additions and 17 deletions

View File

@ -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)