Giter Club home page Giter Club logo

auditing-passwordstore-cyfrin-contract's Introduction

Orignal Version: [https://github.com/Cyfrin/3-passwordstore-audit/tree/onboarded](https://github.com/Cyfrin/3-passwordstore-audit/tree/onboarded) **just learning auditing.. so trying to audit this contract** -------------------------------------------------------------------------------

password-store


A smart contract applicatoin for storing a password. Users should be able to store a password and then retrieve it later. Others should not be able to access the password. - [PasswordStore](#passwordstore) - [Getting Started](#getting-started) - [Requirements](#requirements) - [Quickstart](#quickstart) - [Optional Gitpod](#optional-gitpod) - [Usage](#usage) - [Deploy (local)](#deploy-local) - [Testing](#testing) - [Test Coverage](#test-coverage) - [Audit Scope Details](#audit-scope-details) - [Create the audit report](#create-the-audit-report) # Getting Started ## Requirements - [git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) - You'll know you did it right if you can run `git --version` and you see a response like `git version x.x.x` - [foundry](https://getfoundry.sh/) - You'll know you did it right if you can run `forge --version` and you see a response like `forge 0.2.0 (816e00b 2023-03-16T00:05:26.396218Z)` ## Quickstart ``` git clone https://github.com/Cyfrin/3-passwordstore-audit cd 3-passwordstore-audit forge build ``` ### Optional Gitpod If you can't or don't want to run and install locally, you can work with this repo in Gitpod. If you do this, you can skip the `clone this repo` part. [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#github.com/Cyfrin/3-passwordstore-audit) # Usage ## Deploy (local) 1. Start a local node ``` make anvil ``` 2. Deploy This will default to your local node. You need to have it running in another terminal in order for it to deploy. ``` make deploy ``` ## Testing ``` forge test ``` ### Test Coverage ``` forge coverage ``` and for coverage based testing: ``` forge coverage --report debug ``` # Audit Scope Details - Commit Hash: 2e8f81e263b3a9d18fab4fb5c46805ffc10a9990 - In Scope: ``` ./src/ └── PasswordStore.sol ``` - Solc Version: 0.8.18 - Chain(s) to deploy contract to: Ethereum ## Create the audit report View the [audit-report-templating](https://github.com/Cyfrin/audit-report-templating) repo to install all dependencies. ```bash cd audits pandoc 2023-09-01-password-store-report.md -o report.pdf --from markdown --template=eisvogel --listings ```# auditing-passwordstore-Cyfrin-contract

auditing-passwordstore-cyfrin-contract's People

Contributors

tauseedzaman avatar

Watchers

 avatar  avatar

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.