A simple token implementation in Move (Sui & Aptos).
This project demonstrates the basics of the resource-oriented model in Move.
mint— create new tokenstransfer— send tokens from one balance to anotherburn— destroy tokensbalance— check current balance
sui move build
sui move test
---
## 🚀 Deploy & Run (Aptos Devnet)
**Package address:**
`0xb35962eed27b9a272d82673f2b7a99e7257b7b1a9af02c1a09143dacbaf498bd`
- Publish tx: https://explorer.aptoslabs.com/txn/0xa40edb103423fee591d4947cb15843af4513cfb4b45a9275faa6ea444f2d74d8?network=devnet
- Demo tx (entry_demo): https://explorer.aptoslabs.com/txn/0x1f0cadf053ac26b3775a9585b53a88c480cd0a3f6d8b9f979a9fb98bae2acdab?network=devnet
---
# Contacts:
- Discord: [@rootmhz_](https://discord.com/users/1047911417396875264)
- Telegram: [@Nikolai_Rootmhz](https://t.me/Nikolai_Rootmhz)
- Email: [007rootmhz@gmail.com](mailto:007rootmhz@gmail.com)
- Hire me: [issue form](https://github.com/root28root/move-projects/issues/new?template=hire-me.yml)