Skip to content

Commit

Permalink
πŸ“ Better instruction to generate the TS contract interface in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
alainncls committed Apr 29, 2022
1 parent e6edc2e commit 95ee189
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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_

0 comments on commit 95ee189

Please sign in to comment.