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.
$ forge build
$ forge test
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
You can find all audit reports under the audits folder