Skip to content

ajaythxkur/move-by-examples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Move by Examples

This repo contains a list of Move examples built on Aptos. Some of the examples are accompanied by a Solana version or a Solidity Version to help developers from other ecosystems have a better comparison. Check out each example's readme for more details.

We also have Aptos Learn which contains an overview of Aptos and Move and more step-by-step tutorials.

So far we have covered topics like

  • Create a single contract app.
  • Define custom data structures.
  • Define read and write endpoints for your contract.
  • Emit event.
  • Create a token (both FT and NFT).
  • Transfer token.
  • Cross-contract call.
  • Write unit test.
  • Deploy contract to testnet.
  • Upgrade deployed contract.
  • Create a Move script to atomically call multiple functions in 1 tx.
  • Interact with the contract using TypeScript SDK.
  • Using Dispatchable Fungible Asset standard to impose a tax on withdraw.

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 64.9%
  • Move 24.4%
  • JavaScript 5.7%
  • Rust 2.2%
  • CSS 1.5%
  • Shell 0.6%
  • Other 0.7%