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

https://github.com/hardworking-toptal-dev/foundry

foundry(test)
https://github.com/hardworking-toptal-dev/foundry

solidity

Last synced: about 1 year ago
JSON representation

foundry(test)

Awesome Lists containing this project

README

          

# Foundry template

This is a template for a Foundry project.

## Installation

To install with [DappTools](https://github.com/dapphub/dapptools):

```
dapp install [user]/[repo]
```

To install with [Foundry](https://github.com/gakonst/foundry):

```
forge install [user]/[repo]
```

## Local development

This project uses [Foundry](https://github.com/gakonst/foundry) as the development framework.

### Dependencies

```
make update
```

### Compilation

```
make build
```

### Testing

```
make test
```