Skip to content

Wrapper contract for ERC20 token GHO, enabling deposits, withdrawals and permit-based approvals.

License

Notifications You must be signed in to change notification settings

aave/gho-wrapper

Repository files navigation

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

About

Wrapper contract for ERC20 token GHO, enabling deposits, withdrawals and permit-based approvals.

Resources

License

Stars

Watchers

Forks