Skip to content

Latest commit

 

History

History

linux

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Examples

This directory contains simple examples demonstrating DIDs、JOSE、Device Register API.

Each example, contains README.md file with mode detailed informations about that particular example.

Examples:

  • DIDs :This example shows how to use the API provided by ioConnect SDK. Use ioConnect SDK to generate did, diddoc, VC, etc. for the Linux platform.
  • Device Register :This example shows how to use the API provided by the ioConnect SDK Device Register component to register a device which base on the Linux platform to IoTeX Web. The entire registration process relies on DID and JOSE protocols. For details, please refer to the DIDs example.

DID Standard Document:

Decentralized Identifiers (DIDs) v1.0 (w3c.github.io)

JOSE Standard Document:

RFC 7517 - JSON Web Key (JWK) (ietf.org)

RFC 7515 - JSON Web Signature (JWS) (ietf.org)

RFC 7516 - JSON Web Encryption (JWE) (ietf.org)

RFC 7519: JSON Web Token (JWT) (rfc-editor.org)

Other references:

DIDComm

Hardware Required

This example can be run on any commonly available Linux development board.

Usage

examples

/ dids

Please view the documentation : Compile & Build

/ device_register

Please view the documentation : Compile & Build