initial commit

This commit is contained in:
Equious
2025-01-03 10:59:02 -07:00
commit 5902ebcb19
13 changed files with 861 additions and 0 deletions

7
MakeFile Normal file
View File

@@ -0,0 +1,7 @@
-include .env
.PHONY: all test clean deploy fund help install snapshot format anvil
install:
@forge install OpenZeppelin/openzeppelin-contracts --no-commit
@forge install foundry-rs/forge-std --no-commit
@forge install foundry-rs/foundry-devops --no-commit