SourceScan / verifier-back

SourceScan NestJS back-end and API

Home Page:https://api.sourcescan.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SourceScan NestJS Back-end and API

Installation

  1. Create .env file cp .env.example .env
  2. Build and run containers docker compose up -d --build
  3. Add these lines to ./docker-data/ipfs/config to open this node to global ipfs

"AppendAnnounce": [ "/ip4/{hostname}/tcp/{swarm_port}", "/ip4/{hostname}/udp/{swarm_port}/quic", "/ip4/{hostname}/udp/{swarm_port}/quic-v1", "/ip4/{hostname}/udp/{swarm_port}/quic-v1/webtransport" ]

After that you need to restart IPFS container

About

SourceScan NestJS back-end and API

https://api.sourcescan.dev

License:MIT License


Languages

Language:TypeScript 96.7%Language:Dockerfile 1.8%Language:JavaScript 1.0%Language:Shell 0.5%