Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.19 KB

File metadata and controls

24 lines (17 loc) · 1.19 KB

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 😉)

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.
  • the following is based on the Aragon codebase 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.