Skip to content

Commit b3af153

Browse files
twiaglealex4506
authored andcommittedMar 23, 2024
add readme images and video link
1 parent 21d9593 commit b3af153

File tree

5 files changed

+19
-1
lines changed

5 files changed

+19
-1
lines changed
 

‎100243336/readme.md

+19-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
11
neighborhood parking lot smart contract.
22

3-
Assuming your residential community has privately owned parking spaces. Each parking space is represented by a NFTthat uniquely identifies its location.
3+
Assuming your residential community has privately owned parking spaces. Each parking space is represented by a NFTthat uniquely identifies its location.
4+
This dapp demo implements the following functionalities:
5+
* get current account information
6+
7+
8+
![screenshoot/0.png](screenshoot/0.png)
9+
* mint an nft as a parking slot
10+
![screenshoot/1.png](screenshoot/1.png)
11+
* check my parking slot
12+
![screenshoot/2.png](screenshoot/2.png)
13+
* change car number nft property
14+
![screenshoot/3.png](screenshoot/3.png)
15+
16+
technique:
17+
* aptos move
18+
* nextjs14
19+
20+
video demo:
21+
https://twitter.com/twiagle/status/1771369429932343613

‎100243336/screenshoot/0.png

102 KB
Loading

‎100243336/screenshoot/1.png

119 KB
Loading

‎100243336/screenshoot/2.png

138 KB
Loading

‎100243336/screenshoot/3.png

118 KB
Loading

0 commit comments

Comments
 (0)
Please sign in to comment.