Skip to content

ainblockchain/cdss-template

Repository files navigation

Simple CDSS platform template

How to run

  • Add .env.local file includes:
BLOCKCHAIN_NODE=
HE_SERVER_URL=
  • Run commands:
yarn build
yarn start

Open http://localhost:3000 with your browser to see the result.

What does this page do?

  • Input age and height, and click push 'Submit' button
  • Both values are encrypted using a homomorphic encryption technique
  • Send encrypted values to HE server
  • HE server adds both values in encrypted form, and return result to page
  • Decrypt returned result, and show decrypted value!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages