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

https://github.com/aviksaikat/make-ape

Env setup script for web3 testing using ape
https://github.com/aviksaikat/make-ape

ape bash bash-script

Last synced: about 1 month ago
JSON representation

Env setup script for web3 testing using ape

Awesome Lists containing this project

README

          

# Initialise ApeWorX Project

- Handly script to setup `poetry` & `ape` for development work.

## Reason Behind This
- I hate setting up the same env again & again & again.

## Usage
1. Install `poetry` & `eth-ape`
2. clone this repo
3. run
```bash
git clone https://github.com/Aviksaikat/Make-Ape
cd Make-Ape
chmod +x ./mk.sh
./mk.sh ~/web3/audits/blaLama
```