Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 877 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 877 Bytes

Rollups Explorer Backend

Coverage Status

Experimentation with subsquid as a new indexing protocol.

That project requires docker to be installed so the backend can be used locally.

Project structure

the following folders belongs to the backend

  • abi/
  • assets/
  • db/
  • lib/ (generated when building)
  • src/

Development

The project is using the npm as the package manager to facilitate integration with subsquid, since that is the preferred choice.

There is a .env file with a few options to be setup.

Start installed the dependencies;

npm install

For backend commands and more information, refer to docs here;