Skip to content

Commit

Permalink
fix readme fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
0xverin committed Jun 5, 2024
1 parent 4f784bc commit d7c168c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,14 @@ This repo is the contracts part separated from the [litentry-parachain](https://
npm run compile or npx hardhat compile
```

[Compile directory structure](https://hardhat.org/hardhat-runner/docs/advanced/artifacts#directory-structure)
[Compiled directory structure](https://hardhat.org/hardhat-runner/docs/advanced/artifacts#directory-structure)

6. Run ts-tests

```
```typescript
# From the repo's root
npm run test:all or npx hardhat test
```

[More tesing contracts details](https://hardhat.org/hardhat-runner/docs/guides/test-contracts)
[More tesing contracts details](https://hardhat.org/hardhat-runner/docs/guides/test-contracts)

0 comments on commit d7c168c

Please sign in to comment.