Ecosyste.ms: Awesome

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

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

Streamlined template for getting started with Foundry and Solmate.
https://github.com/transmissions11/foundry-template

Last synced: 3 months ago
JSON representation

Streamlined template for getting started with Foundry and Solmate.

Lists

README

        

# foundry-template • [![CI](https://github.com/transmissions11/foundry-template/actions/workflows/tests.yml/badge.svg)](https://github.com/transmissions11/foundry-template/actions/workflows/tests.yml)

Streamlined template for getting started with Foundry and Solmate.

## Contributing

You will need a copy of [Foundry](https://github.com/foundry-rs/foundry) installed before proceeding. See the [installation guide](https://github.com/foundry-rs/foundry#installation) for details.

### Setup

```sh
git clone https://github.com/transmissions11/foundry-template.git
cd foundry-template
forge install
```

### Run Tests

```sh
forge test
```

### Update Gas Snapshots

```sh
forge snapshot
```