{"id":29219769,"url":"https://github.com/protofire/awesome-ligo","last_synced_at":"2026-02-05T15:31:53.531Z","repository":{"id":45510702,"uuid":"262410671","full_name":"protofire/awesome-ligo","owner":"protofire","description":"A curated list of awesome Ligo resources, libraries, tools and more","archived":false,"fork":false,"pushed_at":"2020-05-27T12:33:26.000Z","size":8,"stargazers_count":19,"open_issues_count":1,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-10-28T23:02:55.782Z","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/protofire.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}},"created_at":"2020-05-08T19:25:45.000Z","updated_at":"2023-10-27T16:40:29.000Z","dependencies_parsed_at":"2022-09-05T19:40:40.235Z","dependency_job_id":null,"html_url":"https://github.com/protofire/awesome-ligo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/protofire/awesome-ligo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/protofire%2Fawesome-ligo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/protofire%2Fawesome-ligo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/protofire%2Fawesome-ligo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/protofire%2Fawesome-ligo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/protofire","download_url":"https://codeload.github.com/protofire/awesome-ligo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/protofire%2Fawesome-ligo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29124801,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T14:05:12.718Z","status":"ssl_error","status_checked_at":"2026-02-05T14:03:53.078Z","response_time":65,"last_error":"SSL_read: 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":"2025-07-03T02:07:27.637Z","updated_at":"2026-02-05T15:31:53.515Z","avatar_url":"https://github.com/protofire.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# awesome-ligo [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)\n\nA curated list of awesome [LIGO](https://ligolang.org/) resources, libraries, tools and more.\n\n\n### Contents\n- [Resources](#resources)\n    - [Official](#official)\n    - [Tutorials](#tutorials)\n    - [Cheatsheet](#cheatsheet)\n    - [Security](#security)\n    - [Examples](#examples)\n    - [Books](#books)\n    - [Public Rpc Nodes](#public-rpc-nodes)\n- [Libraries](#libraries)\n- [Tools](#tools)\n    - [General](#general)\n    - [Audit](#audit)\n    - [DevOps](#devops)\n    - [Utility](#utility)\n- [Editor Plugins](#editor-plugins)\n    - [Visual Studio Code](#visual-studio-code)\n\n\n## Resources\n#### Official\n- [Official documentation](https://ligolang.org/docs/intro/introduction)\n- [Tezos Agora Forum](https://forum.tezosagora.org/tag/ligo)\n- [Tezos Stackexchange](https://tezos.stackexchange.com/questions/tagged/ligo)\n- [Telegram](https://t.me/LigoLang)\n- [Discord](https://discord.com/invite/9rhYaEt)\n- [LIGO's Gitlab repo](https://gitlab.com/ligolang/ligo)\n\n#### Tutorials\n- [Taco shop smart contract](https://ligolang.org/docs/tutorials/get-started/tezos-taco-shop-smart-contract/)\n- [Beginner's guide to Tezos smart contracts with LIGO](https://www.youtube.com/watch?v=Ozf250c52AI)\n- [An introduction to Tezos smart-contract development using LIGO](https://www.youtube.com/watch?v=GZe_zfNYjlA\u0026t=1230s) \n- [A developer workshop covering the suite of Tezos tools built by Truffle](https://www.youtube.com/watch?v=Oo6gz6dxY3k\u0026list=PLZYHxOo6wufh2XacXH2YyeSecR3qMk0lH\u0026index=3\u0026t=0s)\n\n#### Cheatsheet\n- [LIGO cheat sheet](https://ligolang.org/docs/api/cheat-sheet)\n\n#### Security\nTODO\n\n#### Examples\n- [Ligo repository contracts](https://gitlab.com/ligolang/ligo/-/blob/dev/src/test/contracts)\n- [Ligo repository examples](https://gitlab.com/ligolang/ligo/-/tree/dev/src/test/examples)\n- [TqTezos FA 1.2](https://assets.tqtezos.com/docs/token-contracts/fa12/2-fa12-ligo/) - A guide to deploying and initializing a FA1.2 contract written in PascaLIGO using the Taquito toolkit.\n- [Protofire smart contracts](https://github.com/protofire/tezos-contracts-examples) - Real-world examples for developing smart contracts in Tezos.\n\n\n#### Books\nTODO\n\n#### Public Rpc Nodes\n#### Mainnet\n- [Smartpy Mainnet](https://mainnet.smartpy.io/)\n- [Giganode](https://mainnet-tezos.giganode.io)\n#### Carthagenet\n- [Taquito Carthagenet](https://api.tez.ie/rpc/carthagenet)\n- [TzBeta](https://rpctest.tzbeta.net)\n- [Smartpy Carthagenet](http://carthagenet.smartpy.io/)\n- [Giganode](https://testnet-tezos.giganode.io/)\n\n\n## Libraries\n- [Truffle](https://www.trufflesuite.com/docs/tezos/truffle/quickstart)(a development environment, testing framework and asset pipeline for Tezos)\n\n## Tools\n#### General\n- [LIGO IDE](https://ide.ligolang.org/)(an online realtime compiler and runtime)\n- [Faucet](https://faucet.tzalpha.net/)(a Tezos faucet for the Carthagenet network)\n\n#### Audit\nTODO\n\n#### DevOps\nTODO\n\n#### Utility\nTODO\n\n\n## Editor Plugins\n#### Visual Studio Code\n- [LIGO Tools](https://marketplace.visualstudio.com/items?itemName=Ligo.ligo-tools). A webview for LIGO-related tasks, such as compile and dryrun.\n- [ReasonLIGO](https://marketplace.visualstudio.com/items?itemName=JamesBachini.reasonligo-vscode). A syntax highlighter for developing smart contracts with Tezos.\n- [PascalLIGO](https://marketplace.visualstudio.com/items?itemName=LigoLang.pascaligo-vscode) - Pascaligo VScode includes syntax highlighting.\n\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprotofire%2Fawesome-ligo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprotofire%2Fawesome-ligo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprotofire%2Fawesome-ligo/lists"}