Skip to content

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

License

Notifications You must be signed in to change notification settings

PrivateSky/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

License

Stars

Watchers

Forks

Packages

No packages published