https://github.com/nucypher/taco-ardrive-demo
https://github.com/nucypher/taco-ardrive-demo
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nucypher/taco-ardrive-demo
- Owner: nucypher
- Created: 2024-05-31T11:42:47.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-02-03T16:07:44.000Z (over 1 year ago)
- Last Synced: 2025-04-02T22:33:16.381Z (about 1 year ago)
- Language: TypeScript
- Size: 6.78 MB
- Stars: 0
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# taco-demo
See this demo in action at https://taco-demo.netlify.app/
[](https://stackblitz.com/github/nucypher/taco-web/tree/main/demos/taco-demo)
## Installation
```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.taco.build/architecture/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.
## References
Please find developer documentation at [TACo docs](https://docs.taco.build/).
This dApp is based on
[`useDapp` example](https://github.com/EthWorks/useDapp/tree/master/packages/example).