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

https://github.com/blockful/foundry-boilerplate

A simple boilerplate to kickstart foundry with ease
https://github.com/blockful/foundry-boilerplate

Last synced: 6 months ago
JSON representation

A simple boilerplate to kickstart foundry with ease

Awesome Lists containing this project

README

          

# Blockful's Froundry Boilerplate

## Getting Started

Start by getting `foundryup` latest version and installing the dependencies:ssss

```sh
$ curl -L https://foundry.paradigm.xyz | bash
$ foundryup
$ yarn
```

If this is your first time with Foundry, check out the
[installation](https://github.com/foundry-rs/foundry#installation) instructions.

### Clean

Delete the build artifacts and cache directories:

```sh
$ yarn clean
```

### Compile

Compile the contracts:

```sh
$ yarn build
```

### Test

Run the tests:

```sh
$ yarn test
```

## License

This project is licensed under MIT.