coolcode / forge-openzeppelin-hardhat-js-template

A Foundry template for rapidly initializing a Solidity project with openzeppelin & hardhat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Forge + OpenZeppelin + Hardhat JS Template

A Foundry template for rapidly initializing a Solidity project with openzeppelin & hardhat.

Github Actions

Getting Started

Click "Use this template" on GitHub to create a new repository with this repo as the initial state.

Or, if your repo already exists, run:

forge build
forge test

Use Hardhat:

pnpm install
pnpm test

Docs

This project uses Foundry. See the book for instructions on how to install and use Foundry.

About

A Foundry template for rapidly initializing a Solidity project with openzeppelin & hardhat

License:MIT License


Languages

Language:JavaScript 76.5%Language:Solidity 23.5%