Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/curvefi/crvusd-ape-tutorial
https://github.com/curvefi/crvusd-ape-tutorial
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/curvefi/crvusd-ape-tutorial
- Owner: curvefi
- Created: 2023-10-11T11:07:38.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-23T17:19:53.000Z (10 months ago)
- Last Synced: 2024-04-16T07:19:45.497Z (8 months ago)
- Language: Python
- Size: 1.16 MB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# crvUSD Ape Tutorial
![Ape Logo](https://assets-global.website-files.com/6364e65656ab107e465325d2/6393be4a5559b5f38e41be8b_viBl1bGYvYCloUqnDoiRdp02ZeeNwDLuNrAAEE3EokM-p-500.png)
Companion repository for the [crvUSD Ape Tutorial](https://www.youtube.com/playlist?list=PLVOHzVzbg7bFjWllFfBIxdkJ6-tZ9Wj_Y)
## About This Tutorial
This tutorial covers how to interact with crvUSD using [Ape Framework](https://www.apeworx.io/).
Ape Framework is a fork of Brownie. Since Brownie is no longer actively maintained, several scripts from Brownie could be converted and reused in Ape Framework, so some of the lessons from the [Brownie Tutorial](https://github.com/curvefi/brownie-tutorial) may also be relevant, as well as the [Github repository](https://github.com/curvefi/vyper-tutorial).
The series will be released periodically, so make sure to bookmark this repository.
## Main Series
* [Lesson 1: Quickstart](lesson-01-quickstart/)
* [Lesson 2: Peg Keepers](lesson-02-pegkeepers/)
* [Lesson 3: Scrape Framework](lesson-03-scraping/)
* [Lesson 4: Sophisticated Voter](lesson-04-hexcode/)
* [Lesson 5: Command Line Interface](lesson-05-cli/)
* [Lesson 6: Llama Lend](lesson-06-llamalend/)## More Links
**Written**
* [Ape Docs](https://docs.apeworx.io/)
* [Ape Framework Academy](https://academy.apeworx.io/)
* [Porting a Project from Brownie to Ape](https://academy.apeworx.io/articles/porting-brownie-to-ape)
* [ApeWorX: The New Python Framework on the Block](https://blog.chain.link/apeworx-python-vyper/)**Video**
* [How to Use Ape Framework and Installation](https://www.youtube.com/watch?v=GOWjaavBUfQ)
* [How to Port Your Brownie Project to Ape Framework](https://www.youtube.com/watch?v=ebVmSVcebwg)