Skip to content

Commit

Permalink
Merge pull request #36 from aptos-labs/angie/read_me
Browse files Browse the repository at this point in the history
[edu] update readme.md on aptogotchi
  • Loading branch information
darren-wangg authored Nov 2, 2023
2 parents c513ff9 + 9abf3ad commit 8e63830
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).


# Aptogotchi (Beginner)
Aptogotchi is a full-stack dApp to demonstrate the basics of how to build a dApp using Move.

We want to introduce the following concepts:
1. how to create a full-stack dApp
2. how to talk to the smart contracts on blockchain
2. how to integrate with wallet/explorer/ANS and other services.
2. how to create events and using indexer to get the off-chain data.
3. how to write unit tests for the smart contracts.

This dapp will be ussing as an educational demo hosted on [Builder Hub](https://github.com/aptos-labs/aptos-builder-hub).

---
## Getting Started

First, run the development server:
Expand Down

0 comments on commit 8e63830

Please sign in to comment.