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

Work on security of our smart contracts #178

Open
0xCardinalError opened this issue Aug 21, 2023 · 0 comments
Open

Work on security of our smart contracts #178

0xCardinalError opened this issue Aug 21, 2023 · 0 comments
Labels

Comments

@0xCardinalError
Copy link
Contributor

We have extensive tests written for our smart contracts but usually, that is not enough.

There are 4 main techniques for finding bugs
○ Unit tests
○ Manual analysis
○ Fully automated analysis
○ Semi-automated analysis

We did unit tests.
We did some manual analysis but could be done more, first internally that we do audits then we do external audits by decentralized services like Sherlock or Code4arena and/or audit companies/solo audits.
Fully automated analysis, with tools like Slither.
Semi-automated with tools like Echinda where we do fuzzing/property-based testing.

@bee-runner bee-runner bot added the issue label Aug 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant