ManUtopiK / squid

WIP: the main repo of the subquid project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

squid

The main repo of the squid project.

Hacking

Prerequisites

  • Node v16.x
  • Rush
  • Docker

You can install rush globally via npm (npm install -g @microsoft/rush) or use node ./common/scripts/install-run-rush.js everywhere instead of rush(1)

Some useful commands

# install npm dependencies
rush install 

# build all packages
rush build 

# run end-to-end test suite (independent from the commands above)
cd ./test/e2e-suite && ./run.sh

This is a standard rush repo. All information from https://rushjs.io/pages/developer/new_developer/ applies here.

About

WIP: the main repo of the subquid project

License:GNU General Public License v3.0


Languages

Language:TypeScript 97.7%Language:Dockerfile 0.8%Language:Shell 0.7%Language:JavaScript 0.5%Language:Makefile 0.3%