Skip to content

Commit

Permalink
Update demo READMEs.
Browse files Browse the repository at this point in the history
  • Loading branch information
derekpierre committed Sep 4, 2024
1 parent a577361 commit 78a0b8e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 33 deletions.
19 changes: 3 additions & 16 deletions demos/taco-demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
21 changes: 4 additions & 17 deletions demos/taco-nft-demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 78a0b8e

Please sign in to comment.