Skip to content

catellaTech/BASIC-VAULT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic Vault 👾

Lesson 2 is for the creation of a basic vault (details here) that allows for the deposit and withdrawal of an ERC20 token specified in the vault's constructor.

Users may rdeposit the ERC20 token into the vault as long as they themselves hold it and withdraw an amount no greater than the sum of all tokens they've put in.

This implementation uses Foundry and all functions were locally tested.

Installing / Getting started

# Clone this project
$ git clone https://github.com/catellaTech/BASIC-VAULT

# Access
$ cd BASIC-VAULT

# Install dependencies
$ forge install

Commands

  • $ forge build
  • $ forge test

Technologies / Built With

  • Solidity
  • Foundry


Email - J.Gabriela
Made with ❤️ by catellaTech.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published