Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zigguratt/lll-dispatcher
An LLL-based smart contract function dispatcher and example contract.
https://github.com/zigguratt/lll-dispatcher
Last synced: 27 days ago
JSON representation
An LLL-based smart contract function dispatcher and example contract.
- Host: GitHub
- URL: https://github.com/zigguratt/lll-dispatcher
- Owner: zigguratt
- Created: 2016-08-03T14:05:38.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-24T20:34:33.000Z (almost 8 years ago)
- Last Synced: 2024-08-03T07:01:35.151Z (4 months ago)
- Homepage:
- Size: 33.2 KB
- Stars: 47
- Watchers: 5
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-smart-contracts - zigguratt/lll-resurrected - An LLL-based smart contract function dispatcher and example contract. (Libraries)
- awesome-smart-contracts - zigguratt/lll-resurrected - An LLL-based smart contract function dispatcher and example contract. (Libraries / Audits)
README
## lll-dispatcher
This repository contains an Ethereum smart contract function dispatcher and an associated example contract, both written in LLL, Ethereum's Low-level Lisp-like Language. Its purpose is to show that LLL is a viable language in which to write smart contracts and that doing so is not as difficult as one might assume.I've written a [series of articles](http://blog.syrinx.net/the-resurrection-of-lll-part-1/) on the subject where I go into great detail describing the code and my motivations for suggesting LLL as an alternative smart contract development language.
The original LLL documentation was removed from the Wiki a while back, but it can still be found [here](https://github.com/ethereum/cpp-ethereum/wiki/LLL-PoC-6/04fae9e627ac84d771faddcf60098ad09230ab58).
## Release History
* 0.0.1 - Initial commit.
## Contributors
Daniel Ellison – [[email protected]](mailto:[email protected]) - [@zigguratt](https://twitter.com/zigguratt)
## License
Distributed under the Apache License, Version 2.0. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.