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
- Host: GitHub
- URL: https://github.com/protofire/tezos-contracts-examples
- Owner: protofire
- License: mit
- Created: 2020-05-08T18:03:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T02:30:34.000Z (almost 3 years ago)
- Last Synced: 2025-05-14T08:47:12.660Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 50.8 KB
- Stars: 4
- Watchers: 4
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: security/README.md
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.