
Aptos Standards
- 1 installs
- 51 repo stars
- Updated April 16, 2026
- eric861129/skills_all-in-one
Develop Move smart contracts and dApps following Aptos blockchain standards.
About
Aptos Standards guides blockchain development on Aptos network. Learn Move language patterns, token standards, and smart contract best practices.
- Aptos blockchain standards and patterns.
- Move language smart contract development.
Aptos Standards by the numbers
- 1 all-time installs (skills.sh)
- Ranked #426 of 479 Web3 & Blockchain skills by installs in the Skillselion catalog
- Data as of Jul 15, 2026 (Skillselion catalog sync)
npx skills add https://github.com/eric861129/skills_all-in-one --skill aptos-standardsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 1 |
|---|---|
| repo stars | ★ 51 |
| Last updated | April 16, 2026 |
| Repository | eric861129/skills_all-in-one ↗ |
What it does
Develop Move smart contracts and dApps following Aptos blockchain standards.
Files
Aptos Standards Expert
Expertise in Aptos Improvement Proposals (AIPs) and core framework standards.
When to Use
- Implementing Fungible Assets (AIP-21)
- Implementing Digital Assets / NFTs (AIP-11)
- Using the Aptos Object Model for extensible resources
- Interacting with core modules (Coin, Account, Timestamp, Governance)
Key Standards
Digital Assets (Token v2)
Based on the Aptos Object Model, allowing for high performance and extensibility.
- AIP-11: Defines the core Digital Asset standard.
Fungible Assets
A modern replacement for the Coin module, supporting more complex use cases.
- AIP-21: Defines the Fungible Asset standard.
Resources
- Aptos AIPs: https://github.com/aptos-foundation/AIPs
- Aptos Framework Docs: https://aptos.dev/reference/move-framework/
Related skills
Web3 & Blockchainbackend