Skip to content

chaingraph/chaingraph-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

712336d · Nov 1, 2024
Jan 6, 2024
Apr 3, 2023
Sep 23, 2021
Nov 1, 2024
Sep 19, 2021
Dec 14, 2022
Nov 1, 2024
Sep 23, 2021
Aug 5, 2022
Sep 27, 2021
Apr 3, 2023
Nov 1, 2024

Repository files navigation

ChainGraph GraphQL engine.

A realtime GraphQL API for EOSIO applications.

Hasura service is responsible for

  • postgres migrations.
  • graphql engine.
  • attribute based access control.

Docker

# Build the image
docker build -t chaingraph-hasura:local .

# Start a container
docker run --env-file .env -p 3333:3333 -d chaingraph-hasura:local

# Get container ID
docker ps

# Print app output
docker logs <container id>

# Stop, start, restart, kill
docker stop chaingraph-hasura
docker start chaingraph-hasura
docker restart chaingraph-hasura
docker kill chaingraph-hasura

Blockmatic

Blockmatic is building a robust ecosystem of people and tools for the development of blockchain applications.

blockmatic.io

Blockmatic Twitter Blockmatic Facebook Blockmatic Github