https://github.com/consensysmesh/dapp-store-contracts
https://github.com/consensysmesh/dapp-store-contracts
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/consensysmesh/dapp-store-contracts
- Owner: ConsenSysMesh
- License: mit
- Created: 2015-11-16T19:48:11.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-16T20:46:31.000Z (over 10 years ago)
- Last Synced: 2023-02-27T00:41:24.812Z (over 3 years ago)
- Language: JavaScript
- Size: 46.9 KB
- Stars: 38
- Watchers: 12
- Forks: 11
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# dapp-store-contracts
The contracts backing dappstore.io.
EternalDB.sol is a generic key-value store, which serves as the "database" for these contracts. Model.sol implements a pseudo-SQL schema pattern on top of that.
The patterns shown here are new and fairly rough, though also useful. Build on top of them at your own peril!