From ede8b2495bcbec33dd011d4c48f21552d4d69ca4 Mon Sep 17 00:00:00 2001 From: piotr-roslaniec <39299780+piotr-roslaniec@users.noreply.github.com> Date: Thu, 30 Nov 2023 16:19:21 +0100 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Derek Pierre --- README.md | 5 ++--- demos/taco-demo/README.md | 4 ++-- demos/taco-nft-demo/README.md | 4 ++-- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 712261915..87a34a5f5 100644 --- a/README.md +++ b/README.md @@ -31,10 +31,9 @@ We also provide demos of TACo applications: - [taco-demo](https://github.com/nucypher/taco-web/tree/main/demos/taco-demo) - [taco-nft-demo](https://github.com/nucypher/taco-web/tree/main/demos/taco-nft-demo) -These examples showcase integration with web applications and an end-to-end flow of creating conditioned encryption, and -encrypting & decrypting data. +These examples showcase integration with web applications utilizing an end-to-end flow of creating encrypted data with associated conditions and enacting access-controlled decryption. # Contributing If you would like to contribute to the development of `taco-web`, please see our [Contributing Guide](CONTRIBUTING.md). -You can also join our [Discord](http://discord.gg/threshold) and say hello! +You can also join our [Discord](https://discord.gg/threshold) and say hello! diff --git a/demos/taco-demo/README.md b/demos/taco-demo/README.md index b940afcaf..356226297 100644 --- a/demos/taco-demo/README.md +++ b/demos/taco-demo/README.md @@ -24,9 +24,9 @@ In order to connect with the network, the demo uses a public instances of `@nucypher/taco` is in an early release. We recommend **not** using it in production _just yet_. -### Lynx - Mumbai Testnet +### Lynx Testnet -The current release of `@nucypher/taco` supports Ursulas working on Lynx (bleeding-edge test) +The current release of `@nucypher/taco` supports Ursulas working on Lynx (bleeding-edge) test network and contracts deployed on Mumbai testnet. ## References diff --git a/demos/taco-nft-demo/README.md b/demos/taco-nft-demo/README.md index 6c02f8e8c..dd8fca4d1 100644 --- a/demos/taco-nft-demo/README.md +++ b/demos/taco-nft-demo/README.md @@ -24,9 +24,9 @@ In order to connect with the network, the demo uses a public instances of `@nucypher/taco` is in an early release. We recommend **not** using it in production _just yet_. -### Lynx - Mumbai Testnet +### Lynx Testnet -The current release of `@nucypher/taco` supports Ursulas working on Lynx (bleeding-edge test) +The current release of `@nucypher/taco` supports Ursulas working on Lynx (bleeding-edge) test network and contracts deployed on Mumbai testnet. ## References