Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0xscratch/ethernaut_solutions
Its all about digging up the Ethernaut
https://github.com/0xscratch/ethernaut_solutions
hacktoberfest hacktoberfest-accepted
Last synced: 28 days ago
JSON representation
Its all about digging up the Ethernaut
- Host: GitHub
- URL: https://github.com/0xscratch/ethernaut_solutions
- Owner: 0xScratch
- Created: 2023-08-12T19:03:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-07T18:13:39.000Z (about 1 year ago)
- Last Synced: 2024-01-21T18:43:26.815Z (about 1 year ago)
- Topics: hacktoberfest, hacktoberfest-accepted
- Language: Solidity
- Homepage:
- Size: 88.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ethernaut_Practice
This project is aimed at practicing and learning Ethereum smart contract security through the Ethernaut challenges.
## Table of Contents
- [Introduction](#introduction)
- [Getting Started](#getting-started)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)## Introduction
The Ethernaut_Practice project is a collection of solutions to the Ethernaut challenges, which are a series of smart contract security puzzles. The goal of this project is to provide a hands-on learning experience for Ethereum developers to enhance their understanding of smart contract vulnerabilities and best practices.
## Getting Started
To get started with the Ethernaut_Practice project, follow these steps:
1. Clone the repository: `git clone https://github.com/Aryan9592/Ethernaut_Practice.git`
2. Install the required dependencies: `npm install`
3. Nail the questions down!## Usage
There are three folders which you be working with:
- **Questions**: Includes the Ethernaut questions. Contains Solidity and Javascript files!
- **Solutions**: Contains Solutions to the respective questions, Most of the solutions are explained in brief..So feel free to seek this folder if having a problem in a particular question
- **Bonus**: This includes some important and worthy concepts which be really helpful in your Ethernaut journey..Must take a look!## Contributing
Contributions to the Ethernaut_Practice project are welcome! If you have a solution to a challenge that is not yet included, or if you have suggestions for improvements, feel free to open a pull request.