From 4f8cffda2ebda8621b6cdeb18c3dd6881bbc151f Mon Sep 17 00:00:00 2001 From: Boris Verkhovskiy <boris.verk@gmail.com> Date: Sun, 8 Dec 2024 22:39:38 -0700 Subject: [PATCH] [solidity] fix image filepaths --- it/solidity.md | 14 +++++++------- solidity.md | 14 +++++++------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/it/solidity.md b/it/solidity.md index c2c63334..0fea02c3 100644 --- a/it/solidity.md +++ b/it/solidity.md @@ -59,23 +59,23 @@ trucchetto per iniziare ad usare Remix. Carica tutto il necessario [clickando su 1. Scegli il compilatore per Solidity - + 2. Apri il file che si caricherà su quel link - + 3. Compila il file - + 4. Fai il deploy - + 5. Smanetta con i contratti - + Hai distribuito il tuo primo contratto! Congratulazioni! @@ -94,7 +94,7 @@ scrivici l'indirizzo del tuo wallet Metamask. Sul tuo Metamask, dovrai cambiare la testnet in `Kovan`. - + Riceverai degli Ethereum di test gratuiti. Abbiamo bisogno di Ethereum per distribuire degli smart contract su una testnet. @@ -108,7 +108,7 @@ l'`environment` selezionato in `injected web3`. In questo modo verrà usato come network su cui fare il deploy qualsiasi network selezionato sul tuo Metamask. - + Per ora continua a usare la `JavaScript VM` a meno che non ti sia detto di cambiarla. Quando distribuisci su una testnet, Metamask aprirà un pop up che diff --git a/solidity.md b/solidity.md index 83888b2e..c0544d29 100644 --- a/solidity.md +++ b/solidity.md @@ -46,23 +46,23 @@ Once installed, we will be working with Remix. The below code will be pre-loaded 1. Choose the Solidity compiler - + 2. Open the file loaded by that link - + 3. Compile the file - + 4. Deploy - + 5. Play with contracts - + You've deployed your first contract! Congrats! @@ -78,7 +78,7 @@ To do this let's first get some testnet ETH from the Kovan testnet. In your metamask, you'll want to change to the `Kovan` testnet. - + You'll be given some free test Ethereum. Ethereum is needed to deploy smart contracts when working with a testnet. @@ -88,7 +88,7 @@ When working with a testnet, we can actually see and interact with our contracts To deploy to a testnet, on the `#4 Deploy` step, change your `environment` to `injected web3`. This will use whatever network is currently selected in your metamask as the network to deploy to. - + For now, please continue to use the `JavaScript VM` unless instructed otherwise. When you deploy to a testnet, metamask will pop up to ask you to "confirm" the transaction. Hit yes, and after a delay, you'll get the same contract interface at the bottom of your screen.