Added image!

This commit is contained in:
Boyan 2025-02-10 19:01:44 +01:00
parent 08121cd370
commit a615443abe
3 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,7 @@
<p align="center">
<img src="doc/assets/icon.png" alt="icon" width="200"/>
</p>
coincoincoin - an exploration of the ethereum blockchain and smart contracts
- [Introduction](#introduction)

View File

@ -1,6 +1,7 @@
- [Prerequisites](#prerequisites)
- [Installation](#installation)
- [Getting a test Ethereum wallet](#getting-a-test-ethereum-wallet)
- [Getting free money 😎](#getting-free-money-)
- [Writing the contract](#writing-the-contract)
@ -29,9 +30,12 @@ It's a development environment to compile, deploy, test, and debug your Ethereum
3. Go to Advanced settings, click "Show Test Networks"
4. Click this button and select "Sepolia" from the dropdown (should be at the bottom)
![the button](assets/instruction_test.png)
## Getting free money 😎
The [google faucet](https://cloud.google.com/application/web3/faucet/ethereum/sepolia) is the easiest way to go. Unfortunately you only get 0.05 Sepolia ETH which is not enough to deploy a contract. You can also "mine" it [here](https://sepolia-faucet.pk910.de), but you need to go through a verification process.
## Writing the contract
Create a new file in the `contracts` directory called `CoinCoinCoin.sol` (or whatever) and paste the following code:

BIN
doc/assets/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 405 KiB