From cd2cd98f84469fc7d12b24c89e8ecf02db75bb59 Mon Sep 17 00:00:00 2001 From: Michele Sessa Date: Wed, 21 Dec 2022 17:07:56 +0000 Subject: [PATCH] docs(decentralised-finance): fix typo in the name and check audit --- .../README.md | 8 ++++---- .../audit/README.md | 0 2 files changed, 4 insertions(+), 4 deletions(-) rename subjects/blockchain/{decentralised-finance => decentralized-finance}/README.md (94%) rename subjects/blockchain/{decentralised-finance => decentralized-finance}/audit/README.md (100%) diff --git a/subjects/blockchain/decentralised-finance/README.md b/subjects/blockchain/decentralized-finance/README.md similarity index 94% rename from subjects/blockchain/decentralised-finance/README.md rename to subjects/blockchain/decentralized-finance/README.md index 0bdcfb825..925fa5aa2 100644 --- a/subjects/blockchain/decentralised-finance/README.md +++ b/subjects/blockchain/decentralized-finance/README.md @@ -1,10 +1,10 @@ -# Decentralised Finance +# Decentralized Finance _I accidentally killed it - devops199_ -It is time for us to advance beyond basic contracts for integrate with actual DeFi smart contrat. For this we will need to use current standards and implementations. +It is time for us to advance beyond basic contracts for integrate with actual DeFi smart contract. For this we will need to use current standards and implementations. -First, we will create a simple stablecoin, following the ERC20 standart and an oracle. We will then create a decentralised exchange that will allow us to exchange our stablecoin. Finally, we will create the tests for this project. +First, we will create a simple stablecoin, following the ERC20 standard and an oracle. We will then create a decentralized exchange that will allow us to exchange our stablecoin. Finally, we will create the tests for this project. ### **Content** @@ -22,7 +22,7 @@ First, we will create a simple stablecoin, following the ERC20 standart and an o # Exercise 1: Stablecoin -The purpose of this exercise is to create a fully collateralised stablecoin. We will use an oracle smart contract to get the current value of any volatile token +The purpose of this exercise is to create a fully collateralized stablecoin. We will use an oracle smart contract to get the current value of any volatile token. ### Instructions diff --git a/subjects/blockchain/decentralised-finance/audit/README.md b/subjects/blockchain/decentralized-finance/audit/README.md similarity index 100% rename from subjects/blockchain/decentralised-finance/audit/README.md rename to subjects/blockchain/decentralized-finance/audit/README.md