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: about 1 month ago
JSON representation
Streamlined template for getting started with Foundry and Solmate.
- Host: GitHub
- URL: https://github.com/transmissions11/foundry-template
- Owner: transmissions11
- License: mit
- Created: 2022-01-17T22:14:47.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-19T19:07:13.000Z (almost 2 years ago)
- Last Synced: 2024-10-31T17:51:50.317Z (about 1 month ago)
- Language: Solidity
- Size: 12.7 KB
- Stars: 163
- Watchers: 3
- Forks: 26
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-solidity - transmissions11/foundry-template - Streamlined template for getting started with Foundry and Solmate. (Resources)
- awesome-solidity - transmissions11/foundry-template - Streamlined template for getting started with Foundry and Solmate. (Resources)
- awesome-solidity - transmissions11/foundry-template - Streamlined template for getting started with Foundry and Solmate. (Resources)
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
```