Ape Academy is a project-based learning platform for building in Web3 using Ape Framework. The platform consists of high-quality videos and in-depth articles on using Ape Framework for smart contract development.
We cover everything you need to get started — keep going --- and ultimately make all of your ethereum python dreams come true.
New tutorials and projects are always on the way.
We will continously update and further develop our tutorials in time, based off user requests. Long story short - we are an active community hoping to support an active community.;
The Academy is your guide to building on Ape Framework. We cover everything you need to get started — keep going and ultimately make your dreams come true.
Professor Hambre says
"Learn ya Ape"
ApeWorX core developer Evan guides you through the key features of Ape Console, an IPython interactive console with useful pre-defined locals to interact with your project.
One of the most important tools ape can provide is a way to create or import an account to interact with Ethereum.
This is tutorial is designed to help you build your first NFT ERC-721 contract.
ERC-20 are fungible tokens that can be bought, traded, or sold to represent a range of digital assets. This standard provides basic functionality to transfer tokens, as well as allow tokens to be approved so they can be spent by another on-chain third party.
Testing is absolutely critical for Web3 development, and testing with Ape is no slouch. Based on the powerful and well-trusted Pytest testing library, Ape Test lets you verify your smart contracts with advanced features like fixtures, parametrization, reporting, and more!
In this video, Ape Core Developer Jules Smith showcases how to link a StarkNet project built with Ape Framework.