|
1 | | -> **Hire me:** Move dev for Aptos/Sui — PoCs, mini-audits, porting logic to Move. |
2 | | -> DM: @rootmhz • Email: 007rootmhz@gmail.com |
3 | | -[](…) |
4 | | - |
5 | | - |
6 | | - |
7 | | -# 👋 Hi, I'm Rootmhz |
8 | | - |
9 | | -🚀 **Move Developer (Sui & Aptos)** |
10 | | -🔹 Focused on Web3, DeFi, and blockchain infrastructure |
11 | | -🔹 Building smart contracts and dApps with Move language |
12 | | -🔹 Currently developing a portfolio of practical projects |
13 | | - |
14 | | ---- |
15 | | - |
16 | | -## 📂 Current Projects |
17 | | -- **MyToken** — basic token contract with mint/transfer/burn |
18 | | -- **Escrow** — deposit & release logic (secure transactions) |
19 | | -- **SimpleNFT** — NFT minting and transfer with events |
20 | | -- **MiniMarketplace** — listing & buying assets with fees |
21 | | - |
22 | | -👉 All projects with code and tests: [Move Projects Repo](https://github.com/yourusername/move-projects) |
23 | | - |
24 | | ---- |
25 | | - |
26 | | -## 🛠 Tech Stack |
27 | | -- Move (Sui / Aptos) |
28 | | -- Rust basics |
29 | | -- Git & GitHub |
30 | | -- Smart contracts design |
31 | | -- Testing & documentation |
| 1 | +# Move Projects (Aptos Devnet) |
32 | 2 |
|
33 | | ---- |
| 3 | +[](https://github.com/root28root/move-projects/actions/workflows/move-ci.yml) |
| 4 | +[](https://opensource.org/licenses/MIT) |
| 5 | + |
34 | 6 |
|
35 | | -## 🎯 Goals |
36 | | -- Deliver production-ready smart contracts on Move |
37 | | -- Contribute to Sui & Aptos ecosystem (bounties, grants, collaborations) |
38 | | -- Build a strong portfolio of real-world dApps |
| 7 | +**Hire me:** Move dev for Aptos/Sui — PoCs, mini-audits, porting logic to Move. |
| 8 | +**DM:** @rootmhz • **Email:** 007rootmhz@gmail.com |
39 | 9 |
|
40 | 10 | --- |
41 | | -✨ *Actively building smart contracts on Move and open to bounties, grants, and collaborations.* |
42 | | - |
43 | | - |
44 | | - |
45 | | - |
46 | | - |
47 | | -# Move Projects (Aptos Devnet) |
48 | | - |
49 | | -[](https://github.com/root28root/move-projects/actions/workflows/move-ci.yml) |
50 | 11 |
|
51 | 12 | ## 👋 About |
52 | 13 | Move dev (Aptos-first, Sui-friendly). Real contracts with deployments & tests. |
53 | 14 |
|
54 | | ---- |
55 | | - |
56 | 15 | ## 🚀 Deployed on Devnet |
57 | | -- **MyToken (`mytoken/`)** |
58 | | - Publish: `0xa40edb103423fee591d4947cb15843af4513cfb4b45a9275faa6ea444f2d74d8` |
59 | | - Demo (entry): `0x1f0cadf053ac26b3775a9585b53a88c480cd0a3f6d8b9f979a9fb98bae2acdab` |
60 | | - |
61 | | -- **Escrow (`escrow/`)** |
62 | | - Publish: `0xd7e2ec7644357e389586b3d8b838d2035e510b36f81a583bdd14f248a7daf1ce` |
63 | | - Demo (entry): `0xc9bf98c9990ed8d5373774fdd0d1c0987064cc5d406f7e1576c6688643c07f4b` |
64 | | - |
65 | | -- **SimpleNFT (`simplenft/`)** |
66 | | - Publish: `0xfe1cbd0b4514deb3c529aee2286a35f3f3f5f177acc7867dcfa428f48305bec4` |
67 | | - Demo (entry): `0x279c2d6adcc180f572329e253077f65f9c792cb14a5e9e49b6346540585754f2` |
| 16 | +| Project | Folder | Publish | Demo (entry) | |
| 17 | +|---|---|---|---| |
| 18 | +| **MyToken** | [`mytoken/`](mytoken) | `0xa40edb103423fee591d4947cb15843af4513cfb4b45a9275faa6ea444f2d74d8` | `0x1f0cadf053ac26b3775a9585b53a88c480cd0a3f6d8b9f979a9fb98bae2acdab` | |
| 19 | +| **Escrow** | [`escrow/`](escrow) | `0xd7e2ec7644357e389586b3d8b838d2035e510b36f81a583bdd14f248a7daf1ce` | `0xc9bf98c9990ed8d5373774fdd0d1c0987064cc5d406f7e1576c6688643c07f4b` | |
| 20 | +| **SimpleNFT** | [`simplenft/`](simplenft) | `0xfe1cbd0b4514deb3c529aee2286a35f3f3f5f177acc7867dcfa428f48305bec4` | `0x279c2d6adcc180f572329e253077f65f9c792cb14a5e9e49b6346540585754f2` | |
| 21 | +| **MiniMarketplace** | [`minimarket/`](minimarket) | `0x2143c7502fb75afc1dfe4bd4cf316188fc8656dc4e997e13108c22d3cc770a46` | `0xda2fb28c29d037406aa658a0b5e4e69514d663c22975011674d95a4aec20703f` | |
68 | 22 |
|
69 | | -- **MiniMarketplace (`minimarket/`)** |
70 | | - Publish: `0x2143c7502fb75afc1dfe4bd4cf316188fc8656dc4e997e13108c22d3cc770a46` |
71 | | - Demo (entry): `0xda2fb28c29d037406aa658a0b5e4e69514d663c22975011674d95a4aec20703f` |
| 23 | +## 📂 Current Projects |
| 24 | +- MyToken — basic token contract with mint/transfer/burn |
| 25 | +- Escrow — deposit & release logic (secure transactions) |
| 26 | +- SimpleNFT — NFT minting and transfer with events |
| 27 | +- MiniMarketplace — listing & buying assets with fees |
72 | 28 |
|
73 | | ---- |
| 29 | +👉 All projects with code and tests: **this repo**. |
74 | 30 |
|
75 | 31 | ## 🧪 How to run locally |
76 | 32 | Requirements: Windows + WSL (Kali), **Aptos CLI 7.8.0**, profile `default`, network `devnet`. |
77 | 33 |
|
78 | 34 | ```bash |
79 | | -# Проверка профиля/сети |
| 35 | +# Check Aptos profile/network |
80 | 36 | aptos config show-profiles |
81 | 37 |
|
82 | | -# Сборка/публикация/запуск (внутри выбранного проекта) |
83 | | -cd <project-dir> |
84 | | -aptos move compile |
85 | | -aptos move publish --assume-yes |
86 | | -aptos move run --function-id <ADDR>::<MODULE>::<ENTRY> |
| 38 | +# Repo-wide build & unit tests (all subprojects) |
| 39 | +./tools/check.sh |
87 | 40 |
|
88 | | ----- |
| 41 | +# Or per project |
| 42 | +cd minimarket && aptos move compile && aptos move test --filter . |
89 | 43 |
|
90 | | -## Quick start (local) |
| 44 | +🛠 Tech Stack |
91 | 45 |
|
92 | | -```bash |
93 | | -# проверить профиль Aptos |
94 | | -aptos config show-profiles |
| 46 | +Move (Sui/Aptos), Rust basics, Git & GitHub, smart-contracts design, testing & documentation. |
95 | 47 |
|
96 | | -# репо-чек (собрать и прогнать юнит-тесты во всех подпроектах) |
97 | | -./tools/check.sh |
| 48 | +🎯 Goals |
98 | 49 |
|
99 | | -# вручную по проекту |
100 | | -cd minimarket && aptos move compile && aptos move test --filter . |
| 50 | +Deliver production-ready smart contracts on Move; contribute to Aptos/Sui (bounties, grants, collaborations). |
101 | 51 |
|
| 52 | +Need a PoC , mini-audit, or port to Move? |
| 53 | +DM @rootmhz • Email 007rootmhz@gmail.com |
0 commit comments