An open API service indexing awesome lists of open source software.

https://github.com/bit-nation/bitnation-framework

Modular and upgradeable framework to create and manage entities in the blockchain.
https://github.com/bit-nation/bitnation-framework

dao dbvn ethereum governance nation solidity

Last synced: 12 months ago
JSON representation

Modular and upgradeable framework to create and manage entities in the blockchain.

Awesome Lists containing this project

README

          

# BITNATION framework

Welcome to the BITNATION framework!

The following is a framework to let you create nearly any kind of entity in the ethereum blockchain, example of such entities include:
- a Decentralized Borderless Voluntary Nation (DBVN)
- a Decentralized Autonomous Organization (DAO)
- a Union, like a Marriage or a Co-Living Agreement
- a Holon, Embassy or a Consulate
- ... (put yours here :wink:)

The framework is created with smart contracts in Solidity. We dedicated a significant amount of work into making the contracts upgradeable, which is still quite rare in the Ethereum smart contract ecosystem.

# TODO list
- [ ] integrate registry
- [ ] add constitution application
- [ ] improve documentation
- [ ] audit

# Credits
- brought to you by Eliott Teissonniere for [BITNATION](https://bitnation.co).
- the following is based on the [Aragon codebase](https://github.com/Aragon/aragon-core) along with some modifications to represents our unique vision. In case of major changes in the main codebase we will submit a pull request to integrate our changes in the Aragon upstream project, thus leading to open source cooperation between both projects.