Skip to content

Commit acb84cc

Browse files
authored
Update README.md
1 parent 10e9b12 commit acb84cc

1 file changed

Lines changed: 29 additions & 77 deletions

File tree

README.md

Lines changed: 29 additions & 77 deletions
Original file line numberDiff line numberDiff line change
@@ -1,101 +1,53 @@
1-
> **Hire me:** Move dev for Aptos/Sui — PoCs, mini-audits, porting logic to Move.
2-
> DM: @rootmhz • Email: 007rootmhz@gmail.com
3-
[![CI](https://github.com/root28root/move-projects/actions/workflows/move-ci.yml/badge.svg?branch=main)]()
4-
![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)
5-
![Move](https://img.shields.io/badge/Move-Aptos%2FSui-blue)
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)
322

33-
---
3+
[![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)
4+
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)
5+
![Move](https://img.shields.io/badge/Move-Aptos%2FSui-blue)
346

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
399

4010
---
41-
*Actively building smart contracts on Move and open to bounties, grants, and collaborations.*
42-
43-
![Move CI](https://github.com/root28root/move-projects/actions/workflows/move-ci.yml/badge.svg)
44-
45-
46-
47-
# Move Projects (Aptos Devnet)
48-
49-
[![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)
5011

5112
## 👋 About
5213
Move dev (Aptos-first, Sui-friendly). Real contracts with deployments & tests.
5314

54-
---
55-
5615
## 🚀 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` |
6822

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
7228

73-
---
29+
👉 All projects with code and tests: **this repo**.
7430

7531
## 🧪 How to run locally
7632
Requirements: Windows + WSL (Kali), **Aptos CLI 7.8.0**, profile `default`, network `devnet`.
7733

7834
```bash
79-
# Проверка профиля/сети
35+
# Check Aptos profile/network
8036
aptos config show-profiles
8137

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
8740

88-
----
41+
# Or per project
42+
cd minimarket && aptos move compile && aptos move test --filter .
8943

90-
## Quick start (local)
44+
🛠 Tech Stack
9145

92-
```bash
93-
# проверить профиль Aptos
94-
aptos config show-profiles
46+
Move (Sui/Aptos), Rust basics, Git & GitHub, smart-contracts design, testing & documentation.
9547

96-
# репо-чек (собрать и прогнать юнит-тесты во всех подпроектах)
97-
./tools/check.sh
48+
🎯 Goals
9849

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).
10151

52+
Need a PoC , mini-audit, or port to Move?
53+
DM @rootmhz • Email 007rootmhz@gmail.com

0 commit comments

Comments
 (0)