File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737![ Move CI] ( https://github.com/root28root/move-projects/actions/workflows/move-ci.yml/badge.svg )
3838
3939
40+
41+ # Move Projects (Aptos Devnet)
42+
43+ [ ![ CI] ( https://github.com/root28root/move-projects/actions/workflows/move-ci.yml/badge.svg?branch=main )] ( https://github.com/root28root/move-projects/actions/workflows/move-ci.yml )
44+
45+ ## Deployed on Devnet
46+ - ** MyToken (mytoken/)**
47+ Publish: ` 0xa40edb103423fee591d4947cb15843af4513cfb4b45a9275faa6ea444f2d74d8 `
48+ Demo (entry): ` 0x1f0cadf053ac26b3775a9585b53a88c480cd0a3f6d8b9f979a9fb98bae2acdab `
49+
50+ - ** Escrow (escrow/)**
51+ Publish: ` 0xd7e2ec7644357e389586b3b8b838d2035e510b36f81a583bdd14f248a7daf1ce `
52+ Demo (entry): ` 0xc9bf98c9990ed8d5373774fdd0d1c0987064cc5d406f7e1576c6688643c07f4b `
53+
54+ - ** SimpleNFT (simplenft/)**
55+ Publish: ` 0xfe1cbd0b4514deb3c529aee2286a35f3f3f5f177acc7867dcfa428f48305bec4 `
56+ Demo (entry): ` 0x279c2d6adcc180f572329e253077f65f9c792cb14a5e9e49b6346540585754f2 `
57+
58+ - ** MiniMarketplace (minimarket/)**
59+ Publish: ` 0x2143c7502fb75afc1dfe4bd4cf316188fc8656dc4e997e13108c22d3cc770a46 `
60+ Demo (entry): ` 0xda2fb28c29d037406aa658a0b5e4e69514d663c22975011674d95a4aec20703f `
61+
62+ ## How to run locally
63+
64+ Requirements: Windows + WSL (Kali), ** Aptos CLI 7.8.0** , profile ` default ` , network ` devnet ` .
65+
66+ ``` bash
67+ # проверить профиль
68+ aptos config show-profiles
69+
70+ # собрать/опубликовать/запустить
71+ cd < project-dir>
72+ aptos move compile
73+ aptos move publish --assume-yes
74+ aptos move run --function-id < ADDR> ::< MODULE> ::< ENTRY>
You can’t perform that action at this time.
0 commit comments