GithubHelp home page GithubHelp logo

hardhat-security-fcc's Introduction

Hi there ๐Ÿ‘‹, I'm Patrick Collins!

๐Ÿ›ก๏ธ Co-founder of Cyfrin

Learn smart contracts & solidity here!

YouTube Playlist

Patrick Collins Linkedin Alpha Chain YouTube Patrick Collins Medium Patrick Collins Twitter Patrick Collins StackOverflow Patrick Collins Twitch

I'm an avid Smart Contract/Blockchain Software Engineer, Web3 Developer Advocate & Educator, and Smart Contract Auditor.

I'm here to help the world learn to code, do great things with data prowess, python lover, dance enthusiast, and life enthusiast.

Github Stats ๐Ÿ“Š

Patricks's github stats

Stack Overflow & Stack Exchange Stats

profile for Patrick Collins on Stack Exchange, a network of free, community-driven Q&A sites

YouTube Stats

Patrick's youtube stats

hardhat-security-fcc's People

Contributors

0x00ffda avatar 0xalpharush avatar 0xjepsen avatar alymurtazamemon avatar dounbug avatar joonakauranen avatar patrickalphac avatar robocrypter avatar rohitsingh107 avatar uday03meh avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

hardhat-security-fcc's Issues

InvalidCompilation -- getting this error when I run "yarn slither" on terminal.

Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/slither/main.py", line 744, in main_impl
) = process_all(filename, args, detector_classes, printer_classes)
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/slither/main.py", line 76, in process_all
compilations = compile_all(target, **vars(args))
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/crytic_compile/crytic_compile.py", line 658, in compile_all
compilations.append(CryticCompile(filename, **kwargs))
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/crytic_compile/crytic_compile.py", line 117, in init
self._compile(**kwargs)
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/crytic_compile/crytic_compile.py", line 548, in _compile
self._platform.compile(self, **kwargs)
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/crytic_compile/platform/solc.py", line 154, in compile
targets_json = _get_targets_json(compilation_unit, self._target, **kwargs)
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/crytic_compile/platform/solc.py", line 276, in _get_targets_json
return _run_solc(
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/crytic_compile/platform/solc.py", line 468, in _run_solc
raise InvalidCompilation(f"{filename} does not exist (are you in the correct directory?)")
crytic_compile.platform.exceptions.InvalidCompilation: . does not exist (are you in the correct directory?)
None
Error in .
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/slither/main.py", line 744, in main_impl
) = process_all(filename, args, detector_classes, printer_classes)
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/slither/main.py", line 76, in process_all
compilations = compile_all(target, **vars(args))
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/crytic_compile/crytic_compile.py", line 658, in compile_all
compilations.append(CryticCompile(filename, **kwargs))
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/crytic_compile/crytic_compile.py", line 117, in init
self._compile(**kwargs)
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/crytic_compile/crytic_compile.py", line 548, in _compile
self._platform.compile(self, **kwargs)
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/crytic_compile/platform/solc.py", line 154, in compile
targets_json = _get_targets_json(compilation_unit, self._target, **kwargs)
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/crytic_compile/platform/solc.py", line 276, in _get_targets_json
return _run_solc(
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/crytic_compile/platform/solc.py", line 468, in _run_solc
raise InvalidCompilation(f"{filename} does not exist (are you in the correct directory?)")
crytic_compile.platform.exceptions.InvalidCompilation: . does not exist (are you in the correct directory?)

// I've trying everything I can and still nothing. And also there is no content about it on google. How can I fix it?

echidna-test .... openBinaryFile: does not exist

I have been going through Patrick's YouTube video about auditing smart contracts and first off: it is awesome! I have been learning Solidity, but wanting to focus on blockchain security; hence, this video lol. However, the reason I am commenting:

I am to the part in the video (~18:32/33/34) where the command to run echidna is typed in. When I type it in (and I have tried copying & pasting it as well to make sure I didn't make a typo), I keep getting an error message:
"echidna-test: /src/contracts/test/fuzzing/config.yaml: openBinaryFile: does not exist (No such file or directory)"

I have tried troubleshooting it myself (Google, StackOverflow, Trail of Bits Docker info page, Trail of Bits' Using Echidna blog) and cannot figure out a solution.

I've attached a screenshot of what I am seeing when I run it. Are there any ways to fix this? Any suggestions?

![echidna error](https://user-images.githubusercontent.com/97063178/190487210-e4e9f910-b6b0-4406-b029-d395a13acf80.JPG

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.