plutus-testnet
v0.0.0
Published
This repository hosts the code and documentation for a subgraph implementation that indexes and queries data from the plutus contracts.
Downloads
3
Readme
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