diff --git a/README.md b/README.md index 1d29d60..9bff49f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +

+ icon +

+ coincoincoin - an exploration of the ethereum blockchain and smart contracts - [Introduction](#introduction) diff --git a/doc/01_environment.md b/doc/01_environment.md index 8d28215..1df7adc 100644 --- a/doc/01_environment.md +++ b/doc/01_environment.md @@ -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: diff --git a/doc/assets/icon.png b/doc/assets/icon.png new file mode 100644 index 0000000..8cd9a1a Binary files /dev/null and b/doc/assets/icon.png differ