Skip to content

Commit ba02ed3

Browse files
0x-yuanLalex4506
authored andcommitted
feat(100243254): exercise of dapp
1 parent 1532194 commit ba02ed3

36 files changed

+18658
-0
lines changed

100243254/app/client/.gitignore

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2+
3+
# dependencies
4+
node_modules
5+
/node_modules
6+
/node_modules/.cache
7+
/.pnp
8+
.pnp.js
9+
10+
# testing
11+
/coverage
12+
13+
# production
14+
/build
15+
16+
# misc
17+
.DS_Store
18+
.env.local
19+
.env.development.local
20+
.env.test.local
21+
.env.production.local
22+
23+
npm-debug.log*
24+
yarn-debug.log*
25+
yarn-error.log*
26+
27+
idea/
28+
29+
# Aptos CLI / local testnet files
30+
.aptos
31+
**/*.rdb
32+
33+
# Move Build Output
34+
build/

100243254/app/client/.nvmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v20

100243254/app/client/README.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Getting Started with Create React App
2+
3+
### `npm start`
4+
5+
Runs the app in the development mode.\
6+
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
7+
8+
9+
10+
## Dapp Demo
11+
12+
因为时间原因,暂时只实现了钱包连接和 PET NFT 链上数据的宠物名字展示.
13+
14+
但相关其他 API 调用接口代码调用差不多已经写好。
15+
16+
![et-nft-dapp-demo](pet-nft-dapp-demo.gif)
17+

0 commit comments

Comments
 (0)