Inspiration
It should be easier to run analysis tools to make solidity code safer.
What it does
remix-plugin-8000 integrates remix with analysis tools such as Slither and Mythril. The sooner a solidity developer learns of an issue, the sooner they can understand it and make a correct fix. This plugin reduced the friction in running separate tools by adding a button to run them from within the remix-ide website.
How I built it
I wrote a custom server that runs analysis on the server and
Challenges I ran into
Javascript and caching causes so much headaches and refreshing
Accomplishments that I'm proud of
It works!
What I learned
I learned a bunch of remix APIs that are new
What's next for remix-plugin-8000
Adding more tools like mythil, manticore, and other linters.
Log in or sign up for Devpost to join the conversation.