solidity-bim-collaboration
Solidity Smart Contract: BIM Collaboration
https://github.com/block-foundation/solidity-bim-collaboration
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
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (8.5%) to scientific vocabulary
Keywords
Repository
Solidity Smart Contract: BIM Collaboration
Basic Info
- Host: GitHub
- Owner: block-foundation
- License: cc-by-sa-4.0
- Language: Solidity
- Default Branch: main
- Homepage: https://www.blockfoundation.io
- Size: 90.8 KB
Statistics
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
- Releases: 0
Topics
Metadata Files
README.md
Collaborative BIM
Block Foundation Smart Contract Series [Solidity]

Contents
Introduction
The "Collaborative BIM" smart contract facilitates the collaboration in Building Information Modeling (BIM), a process that provides informed 3D models to architects, engineers, and construction professionals.
The BIM process has been revolutionized by this decentralized approach, enhancing its inherent ability to express a building or infrastructure's functional and physical qualities. Each BIM model is represented as a unique non-fungible token (NFT), enabling individual ownership and traceability. This fosters greater accountability and responsibility in the collaboration process while still ensuring that everyone involved has a voice.
The CollaborativeBIM project also incorporates a voting system for proposed changes to the BIM models. This democratic approach ensures that a majority of model owners have to agree on proposed changes before they can be implemented. This empowers each contributor and promotes an inclusive, consensus-based approach to model updates.
Utilizing the Ethereum blockchain for this project offers additional advantages such as transparency, security, and the immutable nature of blockchain records. The contract also assumes the actual BIM model data is stored off-chain, reducing the complexity and potential cost of transactions.
Quick Start
Install
sh
npm i
Compile
sh
npm run compile
Contract
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: "CollaborativeBIM"
abstract: "CollaborativeBIM represents an application of blockchain technology in the field of construction and design. It utilizes Ethereum blockchain and smart contracts to facilitate collaboration in Building Information Modeling (BIM). Each BIM model is represented as a unique non-fungible token (NFT), enabling individual ownership and traceability."
version: 0.0.1
date-released: 2023-07-25
url: "https://github.com/block-foundation/solidity-bim-collaboration"
repository-code: "https://github.com/block-foundation/solidity-bim-collaboration"
message: >-
If you use this software, please cite it using
the metadata from this file.
type: software
keywords:
- BIM
- blockchain
- Ethereum
- NFT
- smart contract
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: 3
- Issue comment event: 6
- Pull request event: 5
- Create event: 3
Last Year
- Delete event: 3
- Issue comment event: 6
- Pull request event: 5
- Create event: 3
Committers
Last synced: almost 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| Lars van Vianen | l****s@v****m | 86 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: almost 2 years ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
- dependabot[bot] (14)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- blockfoundation/ethereum-solidity-devcontainer latest build
- @nomicfoundation/hardhat-chai-matchers ^2.0.1 development
- @nomicfoundation/hardhat-toolbox ^3.0.0 development
- @openzeppelin/hardhat-upgrades ^2.0.1 development
- @typechain/ethers-v6 ^0.4.3 development
- @types/chai ^4.3.5 development
- @types/mocha ^10.0.1 development
- @types/node ^20.4.4 development
- chai ^4.3.7 development
- dotenv ^16.3.1 development
- eslint ^8.41.0 development
- ethers ^6.6.5 development
- hardhat ^2.17.0 development
- prettier ^2.8.8 development
- solhint ^3.4.1 development
- solidity-coverage ^0.8.4 development
- ts-node ^10.9.1 development
- typechain ^8.3.1 development
- typescript ^5.1.6 development
- web3 ^4.0.3 development
- webpack ^5.88.2 development
- @openzeppelin/contracts ^4.9.2
- @openzeppelin/contracts-upgradeable ^4.9.2
- hardhat-abi-exporter ^2.10.1
- keccak256 ^1.0.6
- merkletreejs ^0.3.10
- web3-utils ^4.0.3