Skip to content

Commit f09fcf7

Browse files
committed
Update documentation about folder structure with mock explanation.
1 parent 6610571 commit f09fcf7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ All contracts and tests are in the [src](src/) folder. There are multiple implem
1818

1919
Other files in the [tokens](src/contracts/tokens) and [utils](src/contracts/utils) directories named like `erc*.sol` are interfaces and define the respective standards.
2020

21+
Mock contract showing basic contract usage are available in [mocks](src/contracts/mocks) folder.
22+
23+
There are also test mocks which can be seen [here](src/tests/mocks). These are especially made to test different edge cases and behaviours and should NOT be used as a reference for implementation.
24+
2125
## Requirements
2226

2327
* NodeJS 9.0+ is supported

0 commit comments

Comments
 (0)