https://github.com/hashfx/todo-dapp-aptos
Demo project on Aptos Blockchain using Move Language vide Winter School of Blockchain
https://github.com/hashfx/todo-dapp-aptos
Last synced: 5 months ago
JSON representation
Demo project on Aptos Blockchain using Move Language vide Winter School of Blockchain
- Host: GitHub
- URL: https://github.com/hashfx/todo-dapp-aptos
- Owner: hashfx
- Created: 2023-12-10T09:11:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-16T05:03:56.000Z (over 2 years ago)
- Last Synced: 2025-08-06T13:41:31.299Z (11 months ago)
- Language: Move
- Size: 964 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ToDo-dapp-Aptos
Demo project on Aptos Blockchain using Move Language vide Winter School of Blockchain
+ ```curl -fsSL "https://aptos.dev/scripts/install_cli.py" | python3```
+ ```aptos move init --name my_todo_list```
+ ```aptos init --network devnet```
+ Compile: ```aptos move compile```
+ Test: ```aptos move test```
+ Publish: ```aptos move publish```