https://github.com/eiz/algovault
some more code
https://github.com/eiz/algovault
Last synced: over 1 year ago
JSON representation
some more code
- Host: GitHub
- URL: https://github.com/eiz/algovault
- Owner: eiz
- License: agpl-3.0
- Created: 2021-11-29T03:05:47.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-05T09:31:46.000Z (over 4 years ago)
- Last Synced: 2025-02-14T18:18:52.543Z (over 1 year ago)
- Language: Python
- Size: 87.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
some trash.
Algorand is a TIS-100'd af implementation of smart contracts, so I wrote a
couple of rube goldberg solutions to what should have been very basic problems.
`naming.py` implements a way of doing name lookup with attached data (2048 bytes
max).
`subscription.py` implements the core primitives for a subscription payments
system.
`qvote_counterexample.py` breaks the voting system I found as the first Google
result when looking for a voting system.