diff --git a/demos/taco-demo/README.md b/demos/taco-demo/README.md index dd313666..b60d76a5 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 3a303e83..a95b19ac 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