A Web3 project of the University of Oriente.
This repository contains the source code of all subgraphs developed for the UDOT project.
This project uses the following technologies:
You can try the subgraph deployed in The Graph in the following link:
The first step is to clone this repository:
# Get the latest version of the project
git clone https://github.com/Ljrr3045/web3-udo-subgraphs.git
# Change to home directory
cd web3-udo-subgraphs
To install all package dependencies run:
npm run install
# Build Subgraph
npm run build:subgraph
# Deploy Subgraph
npm run deploy:subgraph