The Ethereum data caching/translation layer for Pollen.
URL: https://thegraph.com/explorer/subgraph/pollendefi/pollen
Install
$ yarn install
After making changes to the entities scheme or the ABIs, build the AssemblyScript types
$ yarn codegen
Check that code is safe (including mappings)
$ yarn build
Deploy subgraph after authenticating using:
$ yarn auth <YOUR_TOKEN>
$ yarn deploy