Closed clabby closed 2 years ago
Create a front-end with an easy-to-use DelphiOracleV1 creation UI. Relies on #2 to be completed.
For parsing equations into a valid array of expressions, see: Shunting-yard Algorithm & polish notation as well as Equation.sol's Opcodes.
Equation.sol
https://github.com/baofinance/bao-ui (delphi-testnet branch)
delphi-testnet
Create a front-end with an easy-to-use DelphiOracleV1 creation UI. Relies on #2 to be completed.
For parsing equations into a valid array of expressions, see: Shunting-yard Algorithm & polish notation as well as
Equation.sol
's Opcodes.