An open API service indexing awesome lists of open source software.

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

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```