From 78a0b8e7e80fdb2764a89dbb5be5cd27f8b7b536 Mon Sep 17 00:00:00 2001 From: derekpierre Date: Wed, 4 Sep 2024 14:41:24 -0400 Subject: [PATCH] Update demo READMEs. --- demos/taco-demo/README.md | 19 +++---------------- demos/taco-nft-demo/README.md | 21 ++++----------------- 2 files changed, 7 insertions(+), 33 deletions(-) diff --git a/demos/taco-demo/README.md b/demos/taco-demo/README.md index dd3136666..b60d76a57 100644 --- a/demos/taco-demo/README.md +++ b/demos/taco-demo/README.md @@ -8,26 +8,13 @@ See this demo in action at https://taco-demo.netlify.app/ ```bash pnpm install -pnpm start ``` ## Usage -In order to run this demo will need a browser wallet with an account funded with -some $MATIC. - -In order to connect with the network, the demo uses a public instances of -[Porter](https://docs.threshold.network/app-development/threshold-access-control-tac/porter). - -### Polygon - -`@nucypher/taco` is in an early release. We recommend **not** using it in -production _just yet_. - -### Lynx Testnet - -The current release of `@nucypher/taco` supports Ursulas working on Lynx -(bleeding-edge) test network and contracts deployed on Polygon Amoy testnet. +```bash +pnpm start +``` ## References diff --git a/demos/taco-nft-demo/README.md b/demos/taco-nft-demo/README.md index 3a303e83e..a95b19ac1 100644 --- a/demos/taco-nft-demo/README.md +++ b/demos/taco-nft-demo/README.md @@ -4,30 +4,17 @@ See this demo in action at https://taco-nft-demo.netlify.app/ [![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/nucypher/taco-web/tree/main/demos/taco-nft-demo) -## Installation +## Usage ```bash pnpm install -pnpm start ``` ## Usage -In order to run this demo will need a browser wallet with an account funded with -some $MATIC. - -In order to connect with the network, the demo uses a public instances of -[Porter](https://docs.nucypher.com/en/latest/application_development/web_development.html#running-porter). - -### Polygon - -`@nucypher/taco` is in an early release. We recommend **not** using it in -production _just yet_. - -### Lynx Testnet - -The current release of `@nucypher/taco` supports Ursulas working on Lynx -(bleeding-edge) test network and contracts deployed on Polygon Amoy testnet. +```bash +pnpm start +``` ## References