oceanprotocol-archive / oceandao-proposal-portal

OceanDao proposal portal
0 stars 1 forks source link

Create route for returning project history & available earmarks #136

Closed idiom-bytes closed 2 years ago

idiom-bytes commented 2 years ago

Returns various data/state about the project so we can more easily serve this data. PR: https://github.com/oceanprotocol/oceandao-proposal-portal/pull/134

Schema

  "level": "New Project",
  "ceiling": 3000,
  "projectCategory": "build",
  "grantsProposed": 1,
  "grantsReceived": 0,
  "grantsCompleted": 0,
  "availableEarmaks": [
    "newproject",
    "coretech",
    "general",
    "outreach"
  ]