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

https://github.com/protofire/tezos-contracts-examples

This is a recopilation of smart contracts made with Ligo for the Tezos blockchain
https://github.com/protofire/tezos-contracts-examples

Last synced: 6 months ago
JSON representation

This is a recopilation of smart contracts made with Ligo for the Tezos blockchain

Awesome Lists containing this project

README

          

## Tezos smart contracts

This is a recopilation for smart contract development in Tezos.

* Patterns used for [inter-contract invocations.](https://github.com/protofire/tezos-contracts-examples/tree/master/inter-contract-invocation)
* Implementations of [role](https://github.com/protofire/tezos-contracts-examples/tree/master/security) based contract example.
* Flexible [owner](https://github.com/protofire/tezos-contracts-examples/tree/master/security) permissioning contract.
* Some [convertions](https://github.com/protofire/tezos-contracts-examples/tree/master/conversions) and [math](https://github.com/protofire/tezos-contracts-examples/tree/master/math) operations.