Skip to content

PollenDeFi/pollen-subgraph

Repository files navigation

License: MIT

Pollen Subgraph

The Ethereum data caching/translation layer for Pollen.

URL: https://thegraph.com/explorer/subgraph/pollendefi/pollen

Development

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

Releases

No releases published

Packages

No packages published