You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Includes a `Utilities.sol` contract with common testing methods (like creating users with an initial balance), as well as various other utility contracts.
22
-
23
-
### Preinstalled dependencies
24
-
25
-
`ds-test` for testing, `forge-std` for better cheatcode UX, and `solmate` for optimized contract implementations.
26
-
27
-
### Linting
28
-
29
-
Pre-configured `solhint` and `prettier-plugin-solidity`. Can be run by
30
-
31
-
```
32
-
npm run solhint
33
-
npm run prettier
34
-
```
35
-
36
-
### CI with Github Actions
37
-
38
-
Automatically run linting and tests on pull requests.
39
-
40
-
### Default Configuration
41
-
42
-
Including `.gitignore`, `.vscode`, `remappings.txt`
43
-
44
-
## Acknowledgement
45
-
46
-
Inspired by great dapptools templates like https://github.com/gakonst/forge-template, https://github.com/gakonst/dapptools-template and https://github.com/transmissions11/dapptools-template
0 commit comments