Skip to content

Commit

Permalink
dapp init Chai
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasvo committed Aug 3, 2019
0 parents commit 880826f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
@@ -0,0 +1 @@
*.sol linguist-language=Solidity
1 change: 1 addition & 0 deletions .gitignore
@@ -0,0 +1 @@
/out
4 changes: 4 additions & 0 deletions Makefile
@@ -0,0 +1,4 @@
all :; dapp build
clean :; dapp clean
test :; dapp test
deploy :; dapp create Sdai

0 comments on commit 880826f

Please sign in to comment.