Skip to content

A vault named DiamondHands(ERC4626) that allows depositors to deposit WETH & receive vWETH as shares. The depositors can redeem vWETH for WETH + USDC(rewards).

Notifications You must be signed in to change notification settings

namanmanchanda09/ERC4626Vault

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ERC4626Vault

A vault named DiamondHands(ERC4626) that allows depositors to deposit WETH & receive vWETH as shares. The depositors can redeem vWETH for WETH + USDC(rewards).

Run forge tests

Create a .env file in the root and add a Goerli RPC URL in the same like follows.

GOERLI_RPC_URL=

Do a source .env and echo $GOERLI_RPC_URL in terminal to check if RPC setup is working.

RUN

forge test --fork-url $GOERLI_RPC_URL -vvv

About

A vault named DiamondHands(ERC4626) that allows depositors to deposit WETH & receive vWETH as shares. The depositors can redeem vWETH for WETH + USDC(rewards).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published