Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
awesome-aptos
awesome-aptos
https://github.com/movefuns/awesome-aptos
Last synced: 3 days ago
JSON representation
-
Books
- Move Book - Move book maintained by the Move core team ([中文](https://github.com/move-language/move/tree/main/language/documentation/book/translations/move-book-zh)).
- Move On Aptos - A book on the Sui Move variant maintained by [@aptos-labs](https://github.com/aptos-labs/)
- Move Patterns - A book on Move software design patterns maintained by [@villesundell](https://github.com/villesundell).
- aptos-move-by-example - Aptos Move by Example [中文翻译版本](https://movefuns.org/Aptos-Move-by-Example-zh/docs/getting-started/).
- Move Book - Move book maintained by [@damirka](https://github.com/damirka) ([中文](https://move-book.com/cn/)).
-
IDEs
-
Miscellaneous
- move-mode - Major mode for Emacs maintained by [@amnn](https://github.com/amnn/).
- Move VS Code plugin - Maintained by the Move core team ([source code](https://github.com/move-language/move/tree/main/language/move-analyzer)).
- Move IntelliJ plugin - Maintained by the Pontem team ([source code](https://github.com/pontem-network/intellij-move)).
- Move Playground - Like [Remix](https://remix.ethereum.org/) for Move. Alpha version of a Web IDE. See [instructions](https://gist.github.com/borispovod/64b6d23741d8c1f4b0b958a3a74aa68d). Maintained by the Pontem team.
- Starcoin IDE - Maintained by the Starcoin team ([source code](https://github.com/starcoinorg/starcoin-ide)).
- Move Vim - Maintained by [@rvmelkonian](https://github.com/rvmelkonian/).
-
-
Wallets
-
Miscellaneous
- bcs-js - JavaScript implementation of the [BCS](https://github.com/diem/bcs) serialization scheme used by Move, may be useful for implementing wallets.
- Pontem Wallet - Wallet extension for Aptos network by the Pontem team ([Chrome Webstore](https://chrome.google.com/webstore/detail/pontem-wallet/phkbamefinggmakgklpkljjmgibohnba)).
- StarMask - A wallet for the Starcoin blockchain. Maintained by the Starcoin team ([Chrome Webstore](https://chrome.google.com/webstore/detail/starmask/mfhbebgoclkghebffdldpobeajmbecfk?hl=en)).
- Petra Aptos Wallet - Petra wallet is an extension that lets you explore Aptos in your browser. Made by Aptos Labs ([Chrome Webstore](https://chrome.google.com/webstore/detail/petra-aptos-wallet/ejjladinnckdgjemekebdpeokbikhfci)).
- ComingChat - A decentralized social finance/web3 portal. Supporting public chain wallets, such as Sui and Aptos wallets.
- Fewcha Aptos Wallet - The wallet of layer 1 blockchain Aptos ([Chrome Webstore](https://chrome.google.com/webstore/detail/fewcha-aptos-wallet/ebfidpplhabeedpnhjnobghokpiioolj)).
- Martian - Self custodial web3 wallet for Sui blockchain and Aptos. Safely explore the Aptos and Sui ecosystem by the KEYGEN LABS ([Chrome Webstore](https://chrome.google.com/webstore/detail/martian-wallet-for-sui-ap/efbglgofoippbgcjepnhiblaibcnclgk))
- Rise - A secure and powerful crypto wallet that brings all of the benefits of Aptos to you. Rise by the Solrise Finance ([Chrome Webstore](https://chrome.google.com/webstore/detail/rise-aptos-wallet/hbbgbephgojikajhfbomhlmmollphcad))
-
-
Overview
-
Tutorials
- Your First Transaction - Maintained by the Aptos Core Team
- Your First Dapp - Maintained by the Aptos Core Team
- Implementing, testing, and verifying a fungible token - Maintained by the Move core team.
- Your First NFT - Maintained by the Aptos Core Team
- Your First Coin - Maintained by the Aptos Core Team
- Your First Move Module - Maintained by the Aptos Core Team
- Your First Multsig - Maintained by the Aptos Core Team
-
Code
-
Fungible Tokens
- Fungible token Examples - Examples by Aptos.
-
Non-Fungible Tokens
- Non-Fungible Examples - Examples by Aptos.
-
NFT
-
Tooling
- Aptos Name Service - Name Service on Aptos
- AptosFaucet - A faucet Tool on Aptos
-
DeFI
-
SocialFi
-
Cross-Chain Bridge
-
Frameworks
-
Miscellaneous
- Move-on-EVM - Experimental project to compile Move source code to EVM bytecode.
-
-
Community
-
Miscellaneous
-
-
SDKs
-
Wallet Adapters
- Rust SDK - by Aptos-Labs (official)
- TypeScript SDK - by Aptos-Labs (official)
- Python SDK - by Aptos-Labs (official)
-
-
Papers
-
Language Design
- Move: A Language With Programmable Resources - This was the original Move white paper released in 2018. Many aspects of this are now out of date (e.g., the syntax and description of the bytecode instructions), but the first two sections are worth a read for explaining the difficulties of programming with assets and how Move tackles them.
- Robust Safety for Move
- The Move Borrow Checker
- Resources: A Safe Language Abstraction for Money
-
Static Analysis and Verification
-
-
Videos
-
Static Analysis and Verification
- Move on Sui
- Move on Aptos
- Formal Verification of Move Programs for the Libra Blockchain - Talk from [@DavidLDill](https://github.com/DavidLDill) at the [Fields Institute Blockchain](http://www.fields.utoronto.ca/activities/seminar_series/blockchain-research-seminar-series) research seminar series.
- Move for the Masses - Talk at the [Converge '22](https://converge.circle.com/event/4ea0d06f-3900-4b6d-a9cd-aeaedda9ef2e/summary).
- Move: A Safe Language for Programming with Money - Talk from [@sblackshear](https://github.com/sblackshear) at the [Fields Institute Blockchain](http://www.fields.utoronto.ca/activities/seminar_series/blockchain-research-seminar-series) research seminar series.
-
-
A Safe, Scalable, and Upgradeable Web3 Infrastructure
Programming Languages
Categories