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
- Host: GitHub
- URL: https://github.com/blockful/foundry-boilerplate
- Owner: blockful
- License: mit
- Created: 2023-08-03T15:01:23.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-07T22:40:44.000Z (almost 2 years ago)
- Last Synced: 2025-07-11T15:54:18.012Z (about 1 year ago)
- Language: Solidity
- Size: 11.7 KB
- Stars: 2
- Watchers: 0
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.