Skip to content

Commit 36c22a2

Browse files
committed
Fix markdown checker issues
1 parent 3d48775 commit 36c22a2

File tree

18 files changed

+20
-20
lines changed
  • public/content/translations/fr/developers/tutorials
    • all-you-can-cache
    • eip-1271-smart-contract-signatures
    • erc20-with-safety-rails
    • getting-started-with-ethereum-development-using-alchemy
    • guide-to-smart-contract-security-tools
    • hello-world-smart-contract-fullstack
    • how-to-mint-an-nft
    • how-to-mock-solidity-contracts-for-testing
    • how-to-view-nft-in-metamask
    • how-to-write-and-deploy-an-nft
    • kickstart-your-dapp-frontend-development-wth-create-eth-app
    • logging-events-smart-contracts
    • merkle-proofs-for-offline-data-integrity
    • secure-development-workflow
    • sending-transactions-using-web3-and-alchemy
    • understand-the-erc-20-token-smart-contract
    • uniswap-v2-annotated-code
    • waffle-test-simple-smart-contract

18 files changed

+20
-20
lines changed

public/content/translations/fr/developers/tutorials/all-you-can-cache/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ tags:
66
- "Couche 2"
77
- "mise en cache"
88
- "stockage"
9-
skill: moyen
10-
published: 15/09/2022
9+
skill: intermediate
10+
published: 2022-09-15
1111
lang: fr
1212
---
1313

public/content/translations/fr/developers/tutorials/eip-1271-smart-contract-signatures/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ tags:
88
- "contrats intelligents"
99
- "vérification"
1010
- "Signature"
11-
skill: moyen
12-
published: 12/01/2023
11+
skill: intermediate
12+
published: 2023-01-12
1313
---
1414

1515
La norme [EIP-1271](https://eips.ethereum.org/EIPS/eip-1271) permet aux contrats intelligents de vérifier les signatures.

public/content/translations/fr/developers/tutorials/erc20-with-safety-rails/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ lang: fr
66
tags:
77
- "erc-20"
88
skill: beginner
9-
published: 15/08/2022
9+
published: 2022-08-15
1010
---
1111

1212
## Introduction {#introduction}

public/content/translations/fr/developers/tutorials/getting-started-with-ethereum-development-using-alchemy/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ tags:
88
- "nœuds"
99
- "requêtes"
1010
- "alchemy"
11-
skill: débutant
11+
skill: beginner
1212
lang: fr
1313
published: 2020-10-30
1414
source: Moyen

public/content/translations/fr/developers/tutorials/guide-to-smart-contract-security-tools/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ tags:
77
- "solidity"
88
- "contrats intelligents"
99
- "sécurité"
10-
skill: moyen
10+
skill: intermediate
1111
published: 2020-09-07
1212
source: Créer des contrats sécurisés
1313
sourceUrl: https://github.com/crytic/building-secure-contracts/tree/master/program-analysis

public/content/translations/fr/developers/tutorials/hello-world-smart-contract-fullstack/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ tags:
1313
- "transactions"
1414
skill: beginner
1515
lang: fr
16-
published: 25/10/2021
16+
published: 2021-10-25
1717
---
1818

1919
Ce guide s'adresse à vous si vous êtes novice en matière de développement blockchain et que vous ne savez pas par où commencer ou comment déployer et interagir avec les contrats intelligents. Nous allons parcourir la création et le déploiement d'un contrat intelligent simple sur le réseau de test de Goerli à l'aide de [MetaMask](https://metamask.io), [Solidity](https://docs.soliditylang.org/en/v0.8.0/), [Hardhat](https://hardhat.org), et [Alchemy](https://alchemyapi.io/eth) .

public/content/translations/fr/developers/tutorials/how-to-mint-an-nft/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ tags:
77
- "alchemy"
88
- "solidity"
99
- "contrats intelligents"
10-
skill: débutant
10+
skill: beginner
1111
lang: fr
1212
published: 2021-04-22
1313
---

public/content/translations/fr/developers/tutorials/how-to-mock-solidity-contracts-for-testing/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ tags:
88
- "contrats intelligents"
99
- "test"
1010
- "bouchonnage"
11-
skill: moyen
11+
skill: intermediate
1212
published: 2020-05-02
1313
source: soliditydeveloper.com
1414
sourceUrl: https://soliditydeveloper.com/mocking-contracts

public/content/translations/fr/developers/tutorials/how-to-view-nft-in-metamask/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ tags:
66
- "ERC-721"
77
- "Alchemy"
88
- "Solidity"
9-
skill: débutant
9+
skill: beginner
1010
lang: fr
1111
published: 2021-04-22
1212
---

public/content/translations/fr/developers/tutorials/how-to-write-and-deploy-an-nft/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ tags:
77
- "Alchemy"
88
- "Solidity"
99
- "contrats intelligents"
10-
skill: débutant
10+
skill: beginner
1111
lang: fr
1212
published: 2021-04-22
1313
---

0 commit comments

Comments
 (0)