matthewpratt13 / vault

Novel implementation of the ERC-4626 vault standard that can be paused and reactivated by the owner.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ERC-4626 Vault

About

Novel implementation of the ERC-4626 vault standard that can be paused and reactivated by the owner.

Built with

Installation and Build

  • Download and install Foundry (from Terminal):
curl -L https://foundry.paradigm.xyz | bash
foundryup
  • Clone the repo:
git clone https://github.com/matthewpratt13/vault
  • Build the project:
forge build

Deployment

For help with deploying contracts using Foundry, see the Foundry book.

Contract Address

See transaction on Mumbai PolygonScan.

About

Novel implementation of the ERC-4626 vault standard that can be paused and reactivated by the owner.

License:GNU General Public License v3.0


Languages

Language:Solidity 100.0%