Skip to content

Commit 5f11915

Browse files
committed
add John's corrections
1 parent 21f03d9 commit 5f11915

File tree

1 file changed

+9
-1
lines changed
  • pages/lessons/projects

1 file changed

+9
-1
lines changed

pages/lessons/projects/6.mdx

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ token is Ether (or ETH), in Polygon its MATIC, and so on.
3333
Let's focus on the Ethereum blockchain for the sake of clarity.
3434

3535
Every _other_ Token or "Crypto" you see, use or interact with in Ethereum is
36-
basically a smart contract that lets you send this tokens, receive them and
36+
basically a smart contract that lets you send these tokens, receive them and
3737
check your balance.
3838

3939
Stablecoins like **DAI**, Tether (**USDT**), USD Coin (**USDC**) or tokens from
@@ -668,6 +668,14 @@ Once we have those values in our environment, our Foundry tool to deploy will
668668
know what wallet to deploy from, what node or RPC in the blockchain to connect
669669
to and what chain do we want to deploy to.
670670

671+
<Callout emoji='💡' size='md' variant='info'>
672+
673+
Remember that if you close your terminal session, all these variables with your
674+
private keys gets wiped from memory, so you need to run this command again if
675+
you want to continue the lesson at a later date.
676+
677+
</Callout>
678+
671679
We also need to pass our constructor 1 argument, our token's initial allocation.
672680
All the foundry tools expect values to be passed in `wei`, so we are going to
673681
use `cast` to find out how many `wei` are, for example, 1000 `ETH` (or `MTK` in

0 commit comments

Comments
 (0)