From 95ee189ec419aef428c7fdd3eb43b51980789ee6 Mon Sep 17 00:00:00 2001 From: Alain Nicolas Date: Sat, 30 Apr 2022 11:05:25 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Better=20instruction=20to=20gene?= =?UTF-8?q?rate=20the=20TS=20contract=20interface=20in=20the=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9025d14..a20381c 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ This DApp is composed of 2 main folders: 2. Start Ganache 3. Test the contracts with `truffle test` 4. Deploy the contract via `truffle migrate` -5. Generate TypeScript "types" to wrap the contracts with `npm run types` +5. Generate the TypeScript interfaces for the contracts with `npm run types` ### Web application part @@ -38,3 +38,5 @@ This DApp is composed of 2 main folders: 4. The webapp is available at http://localhost:8080/ ## To Do + +_Nothing at the moment_ \ No newline at end of file