Skip to content

A platform for identities and certificates sharing preserving privacy, providing inevitable theft detection, and easing user experience at emergency.

License

Notifications You must be signed in to change notification settings

maxathon2020/O10

Repository files navigation

O10

Launching solution

For running project just launch docker-compose:

$ docker-compose up -d 

Check if portal, gateway and node are up and running and are connected to each other:

$ curl --location --request GET 'http://localhost:5003/api/Diagnostic'

There should be returned response as follows:

[
	{
		"context": "Portal",
		"infoType": "Version",
		"message": "1.0.0.0"
	},
	{
		"context": "Gateway",
		"infoType": "Version",
		"message": "1.0.0.0"
	},
	{
		"context": "Gateway",
		"infoType": "UpdaterConnectivity",
		"message": "Succeeded"
	},
	{
		"context": "Node",
		"infoType": "Version",
		"message": "1.0.0.0"
	}
]

About

A platform for identities and certificates sharing preserving privacy, providing inevitable theft detection, and easing user experience at emergency.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages