An open API service indexing awesome lists of open source software.

https://github.com/olivmath/foundry-template

This a simple Foundry Template with Base setup helper for tests
https://github.com/olivmath/foundry-template

Last synced: 2 months ago
JSON representation

This a simple Foundry Template with Base setup helper for tests

Awesome Lists containing this project

README

        

# foundry-template

This a simple Foundry Template with Base setup helper for tests

## Commands

- compile your project

```
forge b
```

- test your project

```
forge t
```

- run your scripts

```
forge s scripts/YOU_SCRIPT.sol
```