Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 843 Bytes

README.md

File metadata and controls

38 lines (23 loc) · 843 Bytes

GHO Wrapper

GHO Wrapper is a smart contract that wraps the ERC20 token GHO, enabling deposits, withdrawals, and permit-based approvals for seamless integration. The token metadata (name and symbol) is configurable, allowing the deployer to set custom values during initialization.

Usage

Build

$ forge build

Test

$ forge test

Deploy

Copy the example environment file and populate the necessary parameters:

$ cp .env.example .env

Ensure all parameters are correct, as they will be used for the actual deployment.

make deploy

Security

You can find all audit reports under the audits folder