Skip to content
forked from PrivateSky/apihub

privatesky module that enables comunication (files transfer, notifications) between nodes

Notifications You must be signed in to change notification settings

Desouler/apihub

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PSK API HUB

PrivateSky module that enables communication between nodes (files transfer, notifications, bricks, brick ledger)

How to use

Clone repo into 'modules' folder

git clone 

Configure anchoring module to use Ethereum API Adapter for domain DEMO

"endpointsConfig": {
      "anchoring": { 
                    "module": "./components/anchoring",
                    "domainStrategies": {
                        "DEMO": {
                                        "type" : "ETH",
                                        "option" : {
                                            "endpoint" : "http://localhost:3000", // endpoint to the APIAdapter which will make the requests to the blockchain network
                                        } // operation will be done directly into the Ethereum API -> jsonrpc-> network
                        }
                    }
      }
}

Where DEMO is the domain of the KeySSI, like default, predefined, vault, etc.

About

privatesky module that enables comunication (files transfer, notifications) between nodes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.4%
  • Other 0.6%