0.0.0 • Published 9 months ago

plutus-testnet v0.0.0

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
9 months ago

Plutus Subgraph

This repository hosts the code and documentation for a subgraph implementation that indexes and queries data from the plutus contracts.

Prerequisites

Make sure you've installed all of these tools in your system.

  • NodeJS (Preferably v16.x)
  • yarn
  • graph-cli

Getting Started

Follow the steps below to get started with the Subgraph:

Install Dependencies

  yarn install

Generate types for the Subgraph

  yarn codegen

Deployment

To deploy this project, you will need to add the access token of the graph to your .access_token file and run

  yarn deploy