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

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.

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).**

![Github Actions](https://github.com/coolcode/forge-openzeppelin-template/workflows/CI/badge.svg)

## 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.