@impact-market/subgraph
v1.0.2-beta.1
Published
## Test In order to test, you need matchstick. You can use docker or the binary
Downloads
3
Keywords
Readme
Subgraph
Test
In order to test, you need matchstick. You can use docker or the binary
With docker
Follow https://github.com/LimeChain/matchstick#quick-start-
The first time you need to build the docker image (with $ docker build -t matchstick .
). From that onwards, it's only necessary if you change dependencies versions.
$ docker run -it --rm --mount type=bind,source=<absolute/path/to/project>,target=/matchstick matchstick
Deploy
$ yarn prepare:alfajores # or mainnet
$ yarn codegen
$ yarn build
$ yarn deploy:alfajores # or mainnet
Generate types and pre-package
$ yarn types
$ yarn package