Rich contract v2
planned

Ross Neilson
We need a little more flexibility in how we show our rich contract data and some more power to the people building the rich data instead of us the developers of DAVI.
Originally we brainstormed excel formulas but we couldn't find a library which handled big numbers. So now the plan is to use a library supporting big numbers and simple math operation (+-*/) and this way we can let curators build their own formulas on how data is input and formatted.
We may also go through and improve other parts of the schema as if we make big changes later then migrating over the rich contracts will be a lot of work.
Activity Feed
Sort by

Ross Neilson
planned

Ross Neilson
{
"type": "uint32",
"component": "integer",
"name": "swapFee",
"title": "Swap Fee %",
"defaultValue": "",
"description": "Fee to be set for pair (10 = 0.1%)",
"formatter": "VALUE/100",
"transformInputToValue": "INPUT*100"
}

Ross Neilson