Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 0 additions & 23 deletions Dockerfile

This file was deleted.

26 changes: 25 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
# Subgraph
<h1 align="center">
impactMarket subgraph
</h1>


<img src="https://storage.googleapis.com/graph-blog/_notion/952e2e1a-0732-41e2-a657-9b7f2dc337f9/headerImage/Header_BuildersDAO2x.jpg" alt="thegraph_logo_on_space" />

<p align="center">
This subgraph is deployed on the <a href="https://thegraph.com/explorer/subgraphs/BKAHVvabuGZF8DtoB5g8VwQNv2iF54Nsz496bi11QAwy?view=Overview&chain=arbitrum-one">Decentralized Network<a/>!
</p>

<p align="center">
<a href="https://dl.circleci.com/status-badge/redirect/gh/impactMarket/subgraph/tree/main">
<img src="https://dl.circleci.com/status-badge/img/gh/impactMarket/subgraph/tree/main.svg?style=svg" alt="Current CircleCI build status." />
</a>
<a href="https://www.npmjs.com/package/@impact-market/subgraph">
<img src="https://img.shields.io/npm/v/@impact-market/subgraph?color=brightgreen&label=npm%20package" alt="Current npm package version." />
</a>
</p>

## Test
In order to test, you need matchstick. You can use docker or the binary
Expand All @@ -22,6 +40,12 @@ $ yarn deploy:alfajores # or mainnet
```

## Generate types and pre-package
At the top of *[schema.graphql](schema.graphql)* add
```
scalar Bytes
scalar BigDecimal
```
And then
```
$ yarn types
$ yarn package
Expand Down
Loading