https://github.com/aviksaikat/ape-usage
Curated list of tweaks & configs related to my favourite Ethereum development framework ApeWorX
https://github.com/aviksaikat/ape-usage
apeworx ethereum pyethereum python-3 python3 web3py
Last synced: about 2 months ago
JSON representation
Curated list of tweaks & configs related to my favourite Ethereum development framework ApeWorX
- Host: GitHub
- URL: https://github.com/aviksaikat/ape-usage
- Owner: Aviksaikat
- Created: 2023-10-30T20:54:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-31T18:31:38.000Z (12 months ago)
- Last Synced: 2025-04-03T12:51:13.013Z (about 2 months ago)
- Topics: apeworx, ethereum, pyethereum, python-3, python3, web3py
- Homepage:
- Size: 10.7 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ape-Use-Notes
Curated list of tweaks & configs related to my favourite Ethereum development framework ApeWorXWork in progress
# Table of contents
- [network-configs.md](./network-configs.md)
- [commands.md](./commands.md)# My projects
## bee-py (ape as a module)
- In this project I have used the ape accounts & ape types.
- [bee-py](https://github.com/alienrobotninja/bee-py)# Community projects using ape
- [Yearn Vaults v3](https://github.com/yearn/yearn-vaults-v3)
- [Lido gate seals](https://github.com/lidofinance/gate-seals)
- [Ape Academy ERC20 template](https://github.com/ApeAcademy/ERC20)
- [Ape Academy ERC721 template](https://github.com/ApeAcademy/ERC721)
- [Ape Academy TestToken](https://github.com/ApeAcademy/TestToken)
- [Chainlink Apeworx starter kit](https://github.com/smartcontractkit/apeworx-starter-kit/)