https://github.com/aviksaikat/cookiecutter-rye-ethernaut-template
Cookiecutter template for solving ethernaut challenges using ape & setup env with rye
https://github.com/aviksaikat/cookiecutter-rye-ethernaut-template
ape apeworx cookiecutter cookiecutter-python cookiecutter-python3 cookiecutter-template ethernaut ethernaut-challange ethernaut-ctf rye template
Last synced: about 1 year ago
JSON representation
Cookiecutter template for solving ethernaut challenges using ape & setup env with rye
- Host: GitHub
- URL: https://github.com/aviksaikat/cookiecutter-rye-ethernaut-template
- Owner: Aviksaikat
- License: mit
- Created: 2024-07-17T16:35:06.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-17T18:43:36.000Z (about 2 years ago)
- Last Synced: 2025-03-16T16:59:21.417Z (over 1 year ago)
- Topics: ape, apeworx, cookiecutter, cookiecutter-python, cookiecutter-python3, cookiecutter-template, ethernaut, ethernaut-challange, ethernaut-ctf, rye, template
- Language: Python
- Homepage:
- Size: 1.71 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cookiecutter-rye-ethernaut-template
Simple Cookiecutter template for [Ethernaut](https://ethernaut.openzeppelin.com/) using [`Ape`](https://github.com/ApeWorX/ape) using [`rye`](https://rye.astral.sh/).
## Demo

## 💫 Quickstart
Generate the project:
This project will use `rye` in an isolated enviroment. Make sure you have `curl` installed before running the following command.
```bash
cookiecutter https://github.com/Aviksaikat/Cookiecutter-rye-ethernaut-template
```
The generator will automatically call `rye init & rye sync` at the end.
### With cruft
[cruft](https://github.com/cruft/cruft) is a layer above Cookiecutter allowing you to update your project from the template after it has been generated.
```bash
cruft create https://github.com/Aviksaikat/Cookiecutter-rye-ethernaut-template
```
## License
This project is licensed under the terms of the [MIT](https://github.com/Aviksaikat/Cookiecutter-rye-ethernaut-template/blob/main/LICENSE) license.