Skip to content

bridge-protocol/bridge-protocol-integration-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bridge Protocol Integration Service

Summary

The Bridge Protocol Integration Service enables Network Partners and Verification Partners to easily integrate the Bridge Passport and Protocol to existing solutions connect to the Bridge Protocol Network public API.

Configuration

Config.json keys

  • passportFile: specify a passport json, default will be ./passport.json
  • passportPassphrase: Passphrase for the passport
  • securityHeaderValue: The value of the "securityheader" required for any request to the service
  • bridgeApiBaseUrl: The location of the Bridge Protocol Public API for interaction with the network

Installing dependencies

  • Navigate to ./src
  • npm i

Starting the service

  • npm start