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)
- Host: GitHub
- URL: https://github.com/hardworking-toptal-dev/foundry
- Owner: hardworking-toptal-dev
- License: agpl-3.0
- Created: 2024-03-28T22:20:05.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-28T22:21:31.000Z (about 2 years ago)
- Last Synced: 2025-03-28T15:50:02.905Z (about 1 year ago)
- Topics: solidity
- Language: Solidity
- Homepage:
- Size: 17.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```