OpenZeppelin / openzeppelin-labs

A space for the community to interact and exchange ideas on the OpenZeppelin platform. Do not use in production!
https://openzeppelin.com/
MIT License
376 stars 116 forks source link

Package registry PoC #132

Closed facuspagnuolo closed 5 years ago

facuspagnuolo commented 5 years ago

We want to explore an implementation of an on-chain package registry, i.e. a contract that lists packages and allows users to access them using a human-readable name. By "packages" we understand zOS Packages, but it could be used to list any kind of package contract, or simply, any smart contract.

We are considering supporting the ENS standard to provide an implementation that could fit for many other projects.