https://github.com/smart-chain-fr/ligolib
Open-source reference Smart-contracts library for the Tezos Ecosystem, written in CamelLIGO and JSLigo
https://github.com/smart-chain-fr/ligolib
blockchain ligo ligolang tezos
Last synced: 5 months ago
JSON representation
Open-source reference Smart-contracts library for the Tezos Ecosystem, written in CamelLIGO and JSLigo
- Host: GitHub
- URL: https://github.com/smart-chain-fr/ligolib
- Owner: smart-chain-fr
- Created: 2022-01-05T08:56:46.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-08-22T09:38:55.000Z (almost 3 years ago)
- Last Synced: 2024-05-29T22:25:13.739Z (about 2 years ago)
- Topics: blockchain, ligo, ligolang, tezos
- Language: LigoLANG
- Homepage:
- Size: 17.6 MB
- Stars: 14
- Watchers: 3
- Forks: 4
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LigoLib
This repository holds various Tezos Smart-contracts written in CameLigo and JsLigo to demonstrate good practices
| Contract name | Directory | Description | Tag |
|:----------------------|:-----------------------------------------------------------------------------------------------------|:----------------------------------------------------------------------------------------------------------------------------------|:----|
| Versionnable contract | [advisor/views_hangzhou](https://github.com/smart-chain-fr/Ligolib/tree/main/advisor/views_hangzhou) | Contract logic is based on lambdas that can be upgraded. This contract interactions with another contract (=> split data / logic) | |
| Multisignature | [multisig/src](https://github.com/smart-chain-fr/Ligolib/tree/main/multisig/src) | Basic multisignature contract that enables multiple users to decide wether the FA2 transfer should be approved or not | |
| Proxy | TBA | Proxy contract that redirects user call to the last version of the deployed smart-contract | |