Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #37

Merged
merged 1 commit into from
Nov 3, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 11 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
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.
Aptogotchi is a simple and fun full-stack, end-to-end dApp demonstrating the basics of how to build a dApp using Move.

We want to introduce the following concepts:
We 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.
2. how to connect to smart contracts on the Aptos blockchain
2. how to integrate with Petra Wallet/Explorer/ANS and other services.
2. how to create events and use indexer to get 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).
This dApp will be used as an educational demo hosted on [Builder Hub](https://github.com/aptos-labs/aptos-builder-hub).

---

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).

---

## Getting Started

First, run the development server:
Expand Down