Graph Indexer “Store error: database unavailable”

Recently I started to see this error appear randomly when hitting out Graph Indexer directly, which in turn would have been impacting any requests coming through the Graph decentralised Gateway service. Looking at the query_node_0 logs I could see that the outages coincided with the following logs Thankfull Marc-AndrĂ© from Ellipfra and Payne from StakeSquid… Continue reading Graph Indexer “Store error: database unavailable”

Published
Categorized as Writing

Running matchstick for testing The Graph on Mac M1

When you go through the steps for running matchstick on the github instructions I ran into issues. Specifically I was getting the following error: Thankfully the Graph Discord is an incredibly helpful resource and learned that you need to rebuild the docker environment using the –platform linux/x86_64 flag. See below…. Now that is built, you… Continue reading Running matchstick for testing The Graph on Mac M1

Published
Categorized as Writing

Setting up a Graph Node

In this post we go through the steps required to get a Graph Node up and running using Docker and Hetzner hosting. This is based on the instructions from Stake Squid and their GitHub repository https://github.com/StakeSquid/graphprotocol-testnet-docker. I suggest you start with that tutorial, however I will also cover off any issues I had while following… Continue reading Setting up a Graph Node

Published
Categorized as Writing

What is the best way to display my NFT collection?

Now that you’ve invested in some NFT art you’re likely going to want to view or show off your art. Below is an ongoing list of options you have to showcase you’re art Lazy 3d OnCyber Rare Rooms

Published
Categorized as Writing

NFT Generative Planets

I have a plan. I’m keen to use the data from the NASA Habex (Habitable Exoplanet Observatory) to group planets that are considered to be in the habitable zone (or sometimes referred to as the Goldilocks zone, not to cold, not too hot). The data from these discoveries could then be visualised in a 3d… Continue reading NFT Generative Planets

Published
Categorized as Writing