Skip to content

profiq/ironcore-demo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

App for testing IronCore encryption technology

Setting up APP

Make sure you have Yarn installed Install dependencies

yarn install 

Start react app

yarn start

Start Electron app

yarn electron

Setting up IronCore SDK

Head to IronCoreLabs , login with GitHub account and create new project using 'Add Service Key'

Make sure you overwrite file /src/ironcore-config.json with your keys and IDs

Format of variables in config:

{
  "projectId": ???,
  "segmentId": "???",
  "serviceKeyId": ???,
  "privateKey": "-----BEGIN EC PRIVATE KEY-----\n???\n???\n-----END EC PRIVATE KEY-----"
}

First login

Account for any user is automatically created by logging in with new username and new password

Screenshots

About

Electron JS app using IronWeb SDK by Ironcore Labs for delivering secured messages

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published