Skip to content

0xaptosj/aptos-full-stack-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A template to build a full stack app on Aptos

This template is an opinionated alternative template to CAD (create-aptos-dapp).

Please read each directory's README carefully to understand how to use the template.

  • indexer directory for custom indexer on the contract
  • next-app directory for the Next.js frontend
  • move directory for the contract and integration tests
  • node-scripts directory for the some quick scripts to interact with the contract in Node.js