nonsed
Version:
The Novel Ethereum Database Framework
33 lines (23 loc) • 1.32 kB
Markdown
# Overview
This project allows you to create your own Database of general purpose entries on Ethereum blockchain.
Entry type is defined during creation, so you can put into entry any custom logic you want (validation, entry-level permission control). Entries are tokenized as NFT.
Your creating your database in Chaingear - metadatabase, which are one point of access to all databases. Databases on chaingear level are tokenized as NFT. Chaingear is most expensive database, so you should pay for your database and entry creation.
# Features
#### Chaingear
1. Metadatabase with Databases entries, where each entry are ERC721 token
2. Fee-based Database creation
3. Creating Databases with different functionality
4. Token-based ownership/administration for Database
5. Funding in ETH for Database
#### Custom database
1. Custom data structure for Database (Schema)
2. Each Entry is ERC721 token
3. Fee-based Entry creation
4. Token-based ownership Entry management
5. Entry creation policies (Administrator, Whitelist, AllUsers)
#### Chaingear UI (browser/stand-alone web3 DApp)
1. Web3/Metamask/Truffle/IPFS based
2. Full Chaingear control interface
3. Full custom Database control interface
4. Schema smart-contract code generation and deploying on client
5. Databases ABI and metainformation savings in IPFS