/contract Readme and Makefile

This commit is contained in:
7400
2023-10-20 14:36:34 -07:00
parent cb836ad2a3
commit 5373770d13
2 changed files with 30 additions and 0 deletions

11
Makefile Normal file
View File

@@ -0,0 +1,11 @@
tests:
bin/test.sh
build:
bin/build.sh
dependencies:
# foundry
curl -L https://foundry.paradigm.xyz | bash
# jq
sudo apt install jq