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
- Host: GitHub
- URL: https://github.com/aviksaikat/make-ape
- Owner: Aviksaikat
- Created: 2023-10-21T21:13:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-21T21:16:24.000Z (over 2 years ago)
- Last Synced: 2025-03-16T16:59:21.719Z (over 1 year ago)
- Topics: ape, bash, bash-script
- Language: Shell
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```