From 99fa8cb645a828074144628905c93775e81c0f91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferit=20Tun=C3=A7er?= <0xferittuncer@gmail.com> Date: Mon, 25 Oct 2021 21:19:06 +0300 Subject: [PATCH] Update README.md --- README.md | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index cb97640..b4e7cc3 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,3 @@ -# Basic Sample Hardhat Project +# ERC-792 -This project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, a sample script that deploys that contract, and an example of a task implementation, which simply lists the available accounts. - -Try running some of the following tasks: - -```shell -npx hardhat accounts -npx hardhat compile -npx hardhat clean -npx hardhat test -npx hardhat node -node scripts/sample-script.js -npx hardhat help -``` +The repository contains definition of ERC-792 and ERC-1497 along with some examples and sources code of documentation at https://developer.kleros.io .