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

https://github.com/vectorized/foundry-starter

Script to initialize a foundry project in the current working directory
https://github.com/vectorized/foundry-starter

Last synced: 4 months ago
JSON representation

Script to initialize a foundry project in the current working directory

Awesome Lists containing this project

README

          

## Solady Foundry Starter

### Create a Foundry Project

Create a Foundry project by running this in your terminal, in an empty directory:

```shell
curl -s https://raw.githubusercontent.com/Vectorized/foundry-starter/main/create-foundry-project.sh | bash
```

### Install Solady Test Framework

If your Foundry project has already been created, to install the Solady Test Framework:

```shell
curl -s https://raw.githubusercontent.com/Vectorized/foundry-starter/main/install-solady-test.sh | bash
```

### Important

This is NOT a template.

This is simply a script to initialize a Foundry project with Solady recommended settings.