Skip to content

Commit 4be7597

Browse files
committed
Add Makefile for mythril
1 parent 033c532 commit 4be7597

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Makefile

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
.PHONY: install-mythril
2+
install-mythril:
3+
brew tap ethereum/ethereum
4+
brew install leveldb solidity
5+
pip3 install mythril
6+
7+
.PHONY: myth
8+
myth:
9+
myth -x contracts/SimpleIdentityProvider.sol
10+
myth -x contracts/policies/SimpleWhitelistPolicy.sol

0 commit comments

Comments
 (0)