honorableCon / Coaching-Digidiplome

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Displome registry

Voici une petite démonstration pour votre projet

Try running some of the following tasks:

npx hardhat help
npx hardhat test
;REPORT_GAS=true npx hardhat test
npx hardhat node
npx hardhat run scripts/deploy.js
  • Dans le dossier service vous avez un exemple de comment vous pouvez consommer le registry sur avec node.

  • Le dossier test comporte les testes comme son nom l'indique

  • Le Dossier contracts contient les contrats intelligents

Le fichier .env.example vous donne la representation des variables d'environment requises : copier ça en .env et ajouter les bonnes valeurs

About


Languages

Language:JavaScript 76.1%Language:Solidity 23.9%