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

https://github.com/consensysmesh/dapp-store-contracts


https://github.com/consensysmesh/dapp-store-contracts

Last synced: 12 months ago
JSON representation

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!