Polymarket / polymarket-subgraph

Polymarket's public subgraph manifest for indexing on-chain trade, volume, user, liquidity and market data.
GNU Lesser General Public License v3.0
24 stars 5 forks source link

Overhaul code generation #4

Closed TomAFrench closed 3 years ago

TomAFrench commented 3 years ago

Currently we use truffle in order to run tests and for the code generation step leading to it being inflexible and opaque.

Truffle is only used to get the deployment block numbers for each contract so this dependency can be easily relaxed.