teal-architecture-competition
Teal Smart Contract: Architecture Competition
https://github.com/block-foundation/teal-architecture-competition
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (7.3%) to scientific vocabulary
Repository
Teal Smart Contract: Architecture Competition
Basic Info
- Host: GitHub
- Owner: block-foundation
- License: cc-by-sa-4.0
- Language: Python
- Default Branch: main
- Homepage: https://www.blockfoundation.io
- Size: 66.4 KB
Statistics
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
- Releases: 0
Metadata Files
README.md
Decentralized Architectural Competition
Block Foundation Smart Contract Series [Teal]

Contents
Welcome to the Decentralized Architectural Competition project! This groundbreaking initiative embraces the power of blockchain technology to facilitate an architectural design competition, offering a transparent, secure, and inclusive platform.
Introduction
The project leverages Ethereum's and Algorand's smart contracts to handle competition entries, voting, and declaration of the winner. It demonstrates how traditional architectural competitions can be transformed using blockchain technology, which ensures an immutable, secure, and decentralized system for both the organizers and the participants.
In our system, each participant submits their architectural design by interacting with the smart contract, which also requires them to pay an entry fee, thereby effectively registering them for the competition. Participants' entries are stored on the blockchain, ensuring their immutability and transparency.
Voting is also carried out through the smart contract, allowing a transparent tally of votes for each entry. The system is designed such that each participant gets one vote, and they cannot vote after a pre-specified deadline.
Moreover, our project also includes an automatic prize distribution system. Once the voting deadline has been reached and votes are tallied, the prize money (accumulated from entry fees) is automatically transferred to the winner's account, ensuring a prompt reward system.
This project is a showcase of how we can harness blockchain's potential to transform various sectors, including architecture and design. The system's fairness, transparency, and security make it an exciting development for future architectural competitions, where decentralized systems can pave the way for global participation and unbiased results.
The following sections will delve deeper into the technicalities of our Ethereum and Algorand smart contracts, providing a comprehensive understanding of the project's inner workings. Join us in revolutionizing architectural competitions!
Quick Start
...
Contract
This contract allows for submitting entries and voting for them. Entry names and votes are stored in the global state of the contract. Voting is open for one week from the time of contract deployment. Please note, entry names are passed as arguments to the submit and vote functions, so the organizer's off-chain software will need to keep track of these.
Remember, TEAL is not Turing-complete and has many limitations compared to Solidity, so some complex or specific functionality might not be possible. Always make sure to thoroughly test your smart contract before deploying it to production.
Development Resources
Other Repositories
Block Foundation Smart Contract Series
| | Solidity | Teal |
| --------------------------------- | ----------- | ----------- |
| Template | >>> | >>> |
| Architectural Design | >>> | >>> |
| Architecture Competition | >>> | >>> |
| Housing Cooporative | >>> | >>> |
| Land Registry | >>> | >>> |
| Real-Estate Crowdfunding | >>> | >>> |
| Rent-to-Own | >>> | >>> |
| Self-Owning Building | >>> | >>> |
| Smart Home | >>> | >>> |
Colophon
Authors
This is an open-source project by the Block Foundation.
The Block Foundation mission is enabling architects to take back initiative and contribute in solving the mismatch in housing through blockchain technology. Therefore the Block Foundation seeks to unschackle the traditional constraints and construct middle ground between rent and the rigidity of traditional mortgages.
website: www.blockfoundation.io
Development Resources
Contributing
We'd love for you to contribute and to make this project even better than it is today! Please refer to the contribution guidelines for information.
Legal Information
Copyright
Copyright © 2023 Stichting Block Foundation. All Rights Reserved.
License
Except as otherwise noted, the content in this repository is licensed under the Creative Commons Attribution 4.0 International (CC BY 4.0) License, and code samples are licensed under the Apache 2.0 License.
Also see LICENSE and LICENSE-CODE.
Disclaimer
THIS SOFTWARE IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.
Owner
- Name: Block Foundation
- Login: block-foundation
- Kind: organization
- Email: info@blockfoundation.io
- Location: Netherlands
- Website: https://www.blockfoundation.io
- Repositories: 105
- Profile: https://github.com/block-foundation
The Block Foundation mission is enabling architects to take back initiative and contribute in solving the mismatch in housing through blockchain technology.
Citation (CITATION.cff)
cff-version: 1.2.0
title: teal-architecture-competition
version: 0.0.1
date-released: 2023-07-01
url: "https://github.com/block-foundation/teal-architecture-competition"
message: >-
If you use this software, please cite it using
the metadata from this file.
type: software
authors:
- given-names: Lars Bastiaan
family-names: van Vianen
email: lars@blockfoundation.io
affiliation: Block Foundation
orcid: "https://orcid.org/0000-0002-8790-8630"
GitHub Events
Total
- Delete event: 1
- Issue comment event: 2
- Pull request event: 2
Last Year
- Delete event: 1
- Issue comment event: 2
- Pull request event: 2
Dependencies
- ubuntu 22.04 build
- PyNaCl ==1.4.0
- atomicwrites ==1.4.0
- attrs ==21.2.0
- black ==21.11b1
- cffi ==1.15.0
- click ==8.0.3
- colorama ==0.4.4
- iniconfig ==1.1.1
- msgpack ==1.0.3
- mypy ==0.910
- mypy-extensions ==0.4.3
- packaging ==21.3
- pathspec ==0.9.0
- platformdirs ==2.4.0
- pluggy ==1.0.0
- py ==1.11.0
- py-algorand-sdk ==1.8.0
- pycparser ==2.21
- pycryptodomex ==3.11.0
- pyparsing ==3.0.6
- pyteal ==0.9.1
- pytest ==6.2.5
- regex ==2021.11.10
- six ==1.16.0
- toml ==0.10.2
- tomli ==1.2.2
- typing_extensions ==4.0.1