1Hive / radspec-registry

A public mapping between deployed contracts, function signatures, and radspec docstrings
0 stars 0 forks source link

Bootstrap project structure #8

Open onbjerg opened 4 years ago

onbjerg commented 4 years ago

We should start filling out the repository with some code.

Since the registry project encompasses multiple smaller projects (an SDK, wallet integrations and the registry itself) I think it would be good to use this as a monorepo, where one of the underlying projects is based off of aragon-buidler-boilerplate, such as:

├─ README.md
├─ LICENSE.md
├─ package.json
├─ projects
│└── registry/
│└── sdk/
│└── integration-metamask/
│└── integration-frame/