Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
sunbreak1211 committed May 3, 2023
0 parents commit 7f5950e
Show file tree
Hide file tree
Showing 7 changed files with 680 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.sol linguist-language=Solidity
11 changes: 11 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
/out
.DS_Store
cache/

# certora
.*certora*
.last_confs/
*.zip
resource_errors.json
.zip-output-url.txt
certora_debug_log.txt
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "lib/dss-test"]
path = lib/dss-test
url = https://github.com/makerdao/dss-test.git
661 changes: 661 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
all :; forge build --use solc:0.8.16
clean :; forge clean
test :; forge test -vvv --use solc:0.8.16
Empty file added README.md
Empty file.
1 change: 1 addition & 0 deletions lib/dss-test
Submodule dss-test added at 7529fa

0 comments on commit 7f5950e

Please sign in to comment.