Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 month ago
JSON representation

Cookiecutter template for solving ethernaut challenges using ape & setup env with rye

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
![](./media/demo.gif)

## 💫 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.