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.
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.
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.
In this video, Ape Core Developer Jules Smith showcases how to link a StarkNet project built with Ape Framework.
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!
Ape provides an interactive console with useful pre-defined locals to interact with your project.
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.
This is tutorial is designed to help you build your first NFT ERC-721 contract.