https://github.com/coolcode/forge-openzeppelin-template
A Foundry template for rapidly initializing a Solidity project with openzeppelin.
https://github.com/coolcode/forge-openzeppelin-template
Last synced: 4 months ago
JSON representation
A Foundry template for rapidly initializing a Solidity project with openzeppelin.
- Host: GitHub
- URL: https://github.com/coolcode/forge-openzeppelin-template
- Owner: coolcode
- License: mit
- Created: 2024-01-29T07:51:26.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-30T06:18:06.000Z (almost 2 years ago)
- Last Synced: 2025-04-11T04:06:11.888Z (9 months ago)
- Language: Solidity
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#
Forge Template
**A Foundry template for rapidly initializing a Solidity project with [openzeppelin](https://github.com/OpenZeppelin/openzeppelin-contracts).**

## Getting Started
Click "Use this template" on [GitHub](https://github.com/coolcode/forge-openzeppelin-template) to create a new repository with this repo as the initial state.
Or, if your repo already exists, run:
```sh
forge build
forge test
```
## Docs
This project uses [Foundry](https://getfoundry.sh). See the [book](https://book.getfoundry.sh/getting-started/installation.html) for instructions on how to install and use Foundry.