mirkopezo / forge-template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Name

Name

About

Getting Started

Requirements

  • git
    • You'll know you did it right if you can run git --version and you see a response like git version x.x.x
  • foundry
    • You'll know you did it right if you can run forge --version and you see a response like forge 0.2.0 (816e00b 2023-03-16T00:05:26.396218Z)

Installation

git clone <MY_REPO>
cd <MY_REPO>
make

Quickstart

make test

Usage

Coverage

forge test --report debug

Audit Scope Details

  • Commit Hash: XXX
  • Files in scope:
make scope
  • Solc Version: X.X.X
  • Chain(s) to deploy to:
    • XXX
  • ERC20 Token Compatibilities:
    • XXX

Roles

  • Role1:

Known Issues

  • Issue1:

About

License:MIT License


Languages

Language:Solidity 81.6%Language:Makefile 18.4%