Skip to content

WIP: the main repo of the subquid project

License

Notifications You must be signed in to change notification settings

theodorebugnet/squid

 
 

Repository files navigation

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

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • TypeScript 97.5%
  • Other 2.5%