{"id":36437836,"url":"https://github.com/BlockEdenHQ/awesome-aptos","last_synced_at":"2026-01-18T13:00:31.650Z","repository":{"id":227775797,"uuid":"558666454","full_name":"BlockEdenHQ/awesome-aptos","owner":"BlockEdenHQ","description":"A curated list of code and content from the Aptos blockchain and move language developers.","archived":false,"fork":false,"pushed_at":"2023-01-21T22:21:23.000Z","size":24,"stargazers_count":19,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-03-15T04:47:41.632Z","etag":null,"topics":["aptos","awesome","awesome-blockchain","awesome-list","smart-contract"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BlockEdenHQ.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2022-10-28T02:44:55.000Z","updated_at":"2024-03-15T04:47:44.116Z","dependencies_parsed_at":"2024-03-15T04:47:44.000Z","dependency_job_id":"0857a17f-5fa8-4573-bff7-95c2b68a6fd0","html_url":"https://github.com/BlockEdenHQ/awesome-aptos","commit_stats":null,"previous_names":["blockedenhq/awesome-aptos"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BlockEdenHQ/awesome-aptos","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlockEdenHQ%2Fawesome-aptos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlockEdenHQ%2Fawesome-aptos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlockEdenHQ%2Fawesome-aptos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlockEdenHQ%2Fawesome-aptos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BlockEdenHQ","download_url":"https://codeload.github.com/BlockEdenHQ/awesome-aptos/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlockEdenHQ%2Fawesome-aptos/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28536686,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T10:13:46.436Z","status":"ssl_error","status_checked_at":"2026-01-18T10:13:11.045Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aptos","awesome","awesome-blockchain","awesome-list","smart-contract"],"created_at":"2026-01-11T20:00:22.343Z","updated_at":"2026-01-18T13:00:31.643Z","avatar_url":"https://github.com/BlockEdenHQ.png","language":null,"funding_links":[],"categories":["**8\\. Conclusion**"],"sub_categories":["**7.4 Security, Audits, and Formal Verification**"],"readme":"# Awesome Aptos [![Awesome](https://awesome.re/badge.svg)](https://awesome.re)\n\n\u003e A curated list of code and content from the Aptos blockchain and move language developers.\n\nMove is a programming language for writing safe smart contracts initially developed at Facebook to power the Libra blockchain. Aptos is a layer-1, proof-of-stake blockchain using Move as its smart contract language.\n\n\n## Books\n\n- [Move Book](https://move-language.github.io/move/) - Move book authored by the Move core team ([中文](https://github.com/move-language/move/tree/main/language/documentation/book/translations/move-book-zh)).\n- [Move Book](https://move-book.com/) - Move book authored by [@damirka](https://github.com/damirka) ([中文](https://move-book.com/cn/)).\n- [Move Patterns](https://www.move-patterns.com/) - A book on Move design patterns authored by [@villesundell](https://github.com/villesundell).\n\n## Tutorials\n\n- [Developer Tutorials](https://aptos.dev/tutorials/aptos-quickstarts) - Quick-start guide to setup developer environments, send out your first transaction, issue your first Coin/NFT, and launch your first DApp.\n- [Implementing, testing, and verifying a fungible token](https://github.com/move-language/move/tree/main/language/documentation/tutorial) - Maintained by the Move core team.\n- [Programming with objects](https://docs.sui.io/build/programming-with-objects) - Maintained by the Sui team.\n- [Move and SmartContract Development](https://starcoinorg.github.io/starcoin-cookbook/docs/move/) - Maintained by the Starcoin team.\n- [Pick up Move quickly](https://github.com/x24870/move_fastly) - Learn Aptos and Move by examples: counter, message book, bridge, NFT, upgrading module.\n- [Move Programming 101 (Video Tutorial in Chinese 中文)](https://www.youtube.com/watch?v=p7FhvgBv0dA) - Learn move basics from intro concepts, accounts, modules and resources, to syntaxes and functions. \n- [Launch a coin on Aptos](https://www.vivek.biz/posts/create-a-coin-on-aptos-using-move/) - Learn how to launch a coin on Aptos.\n\n## Developer Kit\n\n- [Petra Aptos Wallet](https://chrome.google.com/webstore/detail/petra-aptos-wallet/ejjladinnckdgjemekebdpeokbikhfci) -  a browser extension that lets you explore Aptos in your browser made by Aptos Labs.\n- [Aptos Explorer](https://explorer.aptoslabs.com/) - An Aptos Blockchain Explorer.\n- [Block Eden Aptos Node \u0026 API service](http://blockeden.xyz/) - secure and reliable Aptos REST and GraphQL API service ([source code](https://github.com/BlockEdenHQ/web-blockeden-home)).\n- SDKs for [TypeScript](https://aptos.dev/sdks/ts-sdk/index), [Python](https://aptos.dev/sdks/python-sdk), [Rust](https://aptos.dev/sdks/rust-sdk) - Software development kits for developers to import and use.\n\n## Projects\n\n- [Liquidswap](https://liquidswap.com) - Aptos-native crypto exchange and AMM ([contracts](https://github.com/pontem-network/liquidswap), [audits](https://docs.liquidswap.com/#security-audits), [test coin](https://github.com/pontem-network/test-coins), [TypeScript SDK](https://github.com/pontem-network/liquidswap-sdk), [Discord](https://discord.gg/44QgPFHYqs)).\n- [aptoswap](https://aptoswap.net/) - Lighweight \u0026 Powerful Swap Platform powered by Aptos blockchain ([source code](https://github.com/vividnetwork)).\n- [AnimeSwap](https://animeswap.org/) - AMM protocol for Aptos blockchain ([source code](https://github.com/AnimeSwap/v1-core)).\n- [Sentio Composer](http://composer.sentio.xyz/) - a view function simulator for the Aptos blockchain ([source code](https://github.com/sentioxyz/sentio-composer)).\n- [Hippo.space](https://hippo.space/) - Defi Aggregator for Aptos ([source code](https://github.com/hippospace)).\n\n\u003e **We are committed to keeping this doc up-to-date with the best resources. Please give it a ⭐️ or fork it to stay in touch 🔥**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FBlockEdenHQ%2Fawesome-aptos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FBlockEdenHQ%2Fawesome-aptos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FBlockEdenHQ%2Fawesome-aptos/lists"}