Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bitfede/zilliqa-smart-contracts
a collection of smart contracts and notes written while studying the Zilliqa blockchain
https://github.com/bitfede/zilliqa-smart-contracts
Last synced: 18 days ago
JSON representation
a collection of smart contracts and notes written while studying the Zilliqa blockchain
- Host: GitHub
- URL: https://github.com/bitfede/zilliqa-smart-contracts
- Owner: bitfede
- Created: 2020-05-09T02:11:05.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-09T02:11:20.000Z (almost 5 years ago)
- Last Synced: 2024-11-20T23:19:24.076Z (3 months ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Learning smart contract development
## Powered by the Zilliqa project
This repository serves the purpose of collecting notes and source code written when learning how to develop with the Zilliqa blockchain.
To program smart contracts with zilliqa you need to use a language called Scilla.
Scilla is a functional programming language, noy as low level as C, not as high level as Python but at an intermediate level of abstraction.
Scilla also enforces variable type checking and overall is engineered to be a safe language to use. The Zilliqa team created this language after learning about all the various security issues ethereum had recently and in the past.
## Smart Contract Examples
You can find smart contract examples in the `./contracts` directory.