Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/JonathanReiss15/awesome-smartpy
Resources for developing for Tezos with SmartPy
https://github.com/JonathanReiss15/awesome-smartpy
List: awesome-smartpy
awesome awesome-list python smartpy tezos
Last synced: about 2 months ago
JSON representation
Resources for developing for Tezos with SmartPy
- Host: GitHub
- URL: https://github.com/JonathanReiss15/awesome-smartpy
- Owner: JonathanReiss15
- Created: 2021-10-26T07:46:40.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-27T20:48:39.000Z (about 3 years ago)
- Last Synced: 2024-05-20T23:26:29.267Z (7 months ago)
- Topics: awesome, awesome-list, python, smartpy, tezos
- Homepage:
- Size: 3.91 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-tezos-security - Awesome SmartPy
README
# Awesome SmartPy [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)
Resources for developing for Tezos with SmartPy
## Tezos (General)
- [Awesome Tezos](https://github.com/kevinelliott/awesome-tezos)## SmartPy Codebases
### General
- [Raffle Contract](https://opentezos.com/smartpy/write-contract-smartpy#about-the-raffle-contract)
- [Factory Contract](https://medium.com/tezos-india-foundation/factory-contract-in-smartpy-3f3eb1cce69d) - a contract that deploys a contract### Tokens
- [COVIR token](https://github.com/covir-io/cvr-contract) Example of a token that distributes royalties to token holders
- [murmuration](https://github.com/Hover-Labs/murmuration) generalizable DAO used to govern Kolibri. Takes a lambda and will execute the code in the lambda if the vote passes