Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 1.12 KB

README.md

File metadata and controls

52 lines (36 loc) · 1.12 KB

A Web3 project of the University of Oriente.

Universidad de Oriente Token - UDOT Subgraphs

This repository contains the source code of all subgraphs developed for the UDOT project.

Technologies

This project uses the following technologies:

Links

You can try the subgraph deployed in The Graph in the following link:

Getting started

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

Useful Commands

# Build Subgraph
npm run build:subgraph

# Deploy Subgraph
npm run deploy:subgraph