{"id":19242196,"url":"https://github.com/hashfx/learn-move","last_synced_at":"2026-02-27T16:39:41.769Z","repository":{"id":221005266,"uuid":"753174443","full_name":"hashfx/Learn-Move","owner":"hashfx","description":"Move language for Aptos Blockchain ecosystem","archived":false,"fork":false,"pushed_at":"2024-06-03T06:43:40.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-23T14:44:21.999Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/hashfx.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,"publiccode":null,"codemeta":null}},"created_at":"2024-02-05T16:02:55.000Z","updated_at":"2024-06-03T06:43:43.000Z","dependencies_parsed_at":"2025-02-23T14:43:16.279Z","dependency_job_id":"23160864-89bd-4f83-81c6-6ec77f533671","html_url":"https://github.com/hashfx/Learn-Move","commit_stats":null,"previous_names":["hashfx/learn-move"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hashfx/Learn-Move","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hashfx%2FLearn-Move","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hashfx%2FLearn-Move/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hashfx%2FLearn-Move/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hashfx%2FLearn-Move/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hashfx","download_url":"https://codeload.github.com/hashfx/Learn-Move/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hashfx%2FLearn-Move/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29904963,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-27T14:46:13.553Z","status":"ssl_error","status_checked_at":"2026-02-27T14:46:10.522Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":[],"created_at":"2024-11-09T17:13:39.689Z","updated_at":"2026-02-27T16:39:41.753Z","avatar_url":"https://github.com/hashfx.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Move Langauge for Aptos Blockchain Ecosystem\n\n## Setup Guide\n+ Make sure python 3.6+ is installed\n+ Run in terminal\n    + for Linux/WSL:\n    ```shell\n    curl -fsSL \"https://aptos.dev/scripts/install_cli.py\" | python3\n    ```\n    + with wget: \n    ```powershell\n    wget -qO- \"https://aptos.dev/scripts/install_cli.py\" | python3\n    ```\n    + for WindowsNT in Powershell: \n    ```powershell\n    iwr \"https://aptos.dev/scripts/install_cli.py\" -useb | Select-Object -ExpandProperty Content | python3\n    ```\n    + on MacOS:\n    ```shell\n    brew install aptos\n    ```\n    + update Aptos CLI:\n    ```powershell\n    aptos update\n    ```\n\n\n## Initial Setup\nNavigate to your project directory and create a new move directory\n\n+ create and change current directory to your dapp: ```cd YOUR_DIR_NAME```\n+ create **move** directory: ```mkdir move```\n+ select move as current directory: ```cd move```\n+ init move: ```aptos move init --name YOUR_DAPP_NAME```\n+ This command creates a Move.toml file and a sources/ directory inside the move directory.\n\n## Create move module\n+ In \u003ckbd\u003emove\u003c/kbd\u003e directory, run: \n```shell\naptos init --network devnet\n```\n+ press \u003ckbd\u003eenter\u003c/kbd\u003e when prompted\n+ copy the address string in ```account```\n+ open the ```Move.toml``` file.\n+ add the following code to \u003ckbd\u003emove.toml\u003c/kbd\u003e, substituting your actual default profile account address from aptos/config.yaml:\n```move\n[addresses]\ntodolist_addr='\u003cdefault-profile-account-address\u003e'\n```\n+ Create a new ```.move``` file within the \u003ckbd\u003esources\u003c/kbd\u003e directory and add your **smart contract** code in it\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhashfx%2Flearn-move","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhashfx%2Flearn-move","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhashfx%2Flearn-move/lists"}