Skip to content

psq/stacks-blockchain-sidecar

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@blockstack/stacks-blockchain-sidecar

Build Status

Quick Start

First, ensure Docker is installed on your machine.

Clone repo and install dependencies with npm install.

Run npm run dev:integrated.

This command will concurrently start the sidecar app and the service dependencies.

Check to see if the sidecar started successfully by visiting http://localhost:3999/sidecar/v1/status

Local Development

Setup Services

Then run npm run devenv:deploy which uses docker-compose to deploy the service dependencies (e.g. PostgreSQL, Blockstack core node, etc).

Running the server

To run the server in 'watch' mode (restart for every code change), run npm run dev:watch. You'll have a server on port 3999.

Packages

No packages published

Languages

  • TypeScript 93.9%
  • JavaScript 3.4%
  • Shell 2.3%
  • Dockerfile 0.4%