Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Demo proposal: Mythril #57

Merged
merged 6 commits into from
Nov 16, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions contributions/demo/week4/oskarsva/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Assignment Proposal

## Title

* Showcasing Mythril: How to find vulnerabilites in your smart contract code?

## Names and KTH ID

* Oskar Svanström ([email protected])

## Deadline

* Week 4

## Category

* Demo

## Description
I will demo the security analysis tool Mythril and show how it can be used to detect security vulnerabilities in your Solidity code. This will cover; installment, running and testing process on your local machine, reading the results and fixing found vulnerabilities. I will also briefly discuss alternatives to local tools, such as MythX, and compare pros and cons.

**Relevance**

Finding smart contract vulnerabilities is essential for ensuring the security and reliability. And also gain the auditors trust! I believe that this demo will be useful for all groups when developing the smart contract application.
Loading