Skip to content

tim-hm/nilly

Repository files navigation

Nilly

This:

  1. Gets a quote from nilvm for secret storage
  2. Pays for the operation via nilchain
  3. Stores a secret by passing the receipt + value
  4. Gets a quote from nilvm for secret retrieval
  5. Pays for the operation via nilchain
  6. Retrieves the secret value
  7. Logs each step to the console and then prints everything out in the browser

In one terminal run nillion-devnet

Until https://github.com/NillionNetwork/nillion/pull/1780 is merged you will need to run the devnet from the feat/nillion-devnet-proxy-cors-headers branch. From the root of the nillion repo:

cd nillion
git fetch
git checkout -t origin/feat/nillion-devnet-proxy-cors-headers
cargo run -p nillion-devnet -- --seed nillion-devnet 

In another terminal

cd nilly
npm install
npm run start

In your browser

img.png

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published