An open API service indexing awesome lists of open source software.

https://github.com/protofire/awesome-ligo

A curated list of awesome Ligo resources, libraries, tools and more
https://github.com/protofire/awesome-ligo

List: awesome-ligo

Last synced: 5 months ago
JSON representation

A curated list of awesome Ligo resources, libraries, tools and more

Awesome Lists containing this project

README

          

# awesome-ligo [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)

A curated list of awesome [LIGO](https://ligolang.org/) resources, libraries, tools and more.

### Contents
- [Resources](#resources)
- [Official](#official)
- [Tutorials](#tutorials)
- [Cheatsheet](#cheatsheet)
- [Security](#security)
- [Examples](#examples)
- [Books](#books)
- [Public Rpc Nodes](#public-rpc-nodes)
- [Libraries](#libraries)
- [Tools](#tools)
- [General](#general)
- [Audit](#audit)
- [DevOps](#devops)
- [Utility](#utility)
- [Editor Plugins](#editor-plugins)
- [Visual Studio Code](#visual-studio-code)

## Resources
#### Official
- [Official documentation](https://ligolang.org/docs/intro/introduction)
- [Tezos Agora Forum](https://forum.tezosagora.org/tag/ligo)
- [Tezos Stackexchange](https://tezos.stackexchange.com/questions/tagged/ligo)
- [Telegram](https://t.me/LigoLang)
- [Discord](https://discord.com/invite/9rhYaEt)
- [LIGO's Gitlab repo](https://gitlab.com/ligolang/ligo)

#### Tutorials
- [Taco shop smart contract](https://ligolang.org/docs/tutorials/get-started/tezos-taco-shop-smart-contract/)
- [Beginner's guide to Tezos smart contracts with LIGO](https://www.youtube.com/watch?v=Ozf250c52AI)
- [An introduction to Tezos smart-contract development using LIGO](https://www.youtube.com/watch?v=GZe_zfNYjlA&t=1230s)
- [A developer workshop covering the suite of Tezos tools built by Truffle](https://www.youtube.com/watch?v=Oo6gz6dxY3k&list=PLZYHxOo6wufh2XacXH2YyeSecR3qMk0lH&index=3&t=0s)

#### Cheatsheet
- [LIGO cheat sheet](https://ligolang.org/docs/api/cheat-sheet)

#### Security
TODO

#### Examples
- [Ligo repository contracts](https://gitlab.com/ligolang/ligo/-/blob/dev/src/test/contracts)
- [Ligo repository examples](https://gitlab.com/ligolang/ligo/-/tree/dev/src/test/examples)
- [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.
- [Protofire smart contracts](https://github.com/protofire/tezos-contracts-examples) - Real-world examples for developing smart contracts in Tezos.

#### Books
TODO

#### Public Rpc Nodes
#### Mainnet
- [Smartpy Mainnet](https://mainnet.smartpy.io/)
- [Giganode](https://mainnet-tezos.giganode.io)
#### Carthagenet
- [Taquito Carthagenet](https://api.tez.ie/rpc/carthagenet)
- [TzBeta](https://rpctest.tzbeta.net)
- [Smartpy Carthagenet](http://carthagenet.smartpy.io/)
- [Giganode](https://testnet-tezos.giganode.io/)

## Libraries
- [Truffle](https://www.trufflesuite.com/docs/tezos/truffle/quickstart)(a development environment, testing framework and asset pipeline for Tezos)

## Tools
#### General
- [LIGO IDE](https://ide.ligolang.org/)(an online realtime compiler and runtime)
- [Faucet](https://faucet.tzalpha.net/)(a Tezos faucet for the Carthagenet network)

#### Audit
TODO

#### DevOps
TODO

#### Utility
TODO

## Editor Plugins
#### Visual Studio Code
- [LIGO Tools](https://marketplace.visualstudio.com/items?itemName=Ligo.ligo-tools). A webview for LIGO-related tasks, such as compile and dryrun.
- [ReasonLIGO](https://marketplace.visualstudio.com/items?itemName=JamesBachini.reasonligo-vscode). A syntax highlighter for developing smart contracts with Tezos.
- [PascalLIGO](https://marketplace.visualstudio.com/items?itemName=LigoLang.pascaligo-vscode) - Pascaligo VScode includes syntax highlighting.

---