Skip to content
This repository was archived by the owner on Apr 14, 2022. It is now read-only.

pier-wallet/wallet-subgraph

 
 

Repository files navigation

Nobank Wallet Subgraph

What it does?

Streams events emitted from wallet factory and wallets created by nobank wallet to graphql. Aggregate summary data, wallet addresses, and transactions found in schema.graphql

Prereq

yarn docker-up-testnet

https://docs.harmony.one/home/developers/tutorials/the-graph-subgraphs/building-and-deploying-subgraph-local-node

Deploy

  • for local docker
yarn run-local

Running Graph Node on an Macbook M1

We do not currently build native images for Macbook M1, which can lead to processes being killed due to out-of-memory errors (code 137). Based on the example docker-compose.yml is possible to rebuild the image for your M1 by running the following, then running docker-compose up as normal:

# Remove the original image
docker rmi graphprotocol/graph-node:latest

# Build the image
./build.sh

# Tag the newly created image
docker tag graph-node graphprotocol/graph-node:latest

https://github.com/graphprotocol/graph-node/tree/master/docker

Helpful links

https://thegraph.academy/developers/defining-a-subgraph/

https://docs.harmony.one/home/developers/tools/the-graph

About

subgraph for info data on all wallets created by sef wallet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 88.9%
  • Shell 11.1%