https://github.com/nucypher/nucypher-ts-demo-tdec
Demo for nucypher/nucypher-ts - now with conditional access control!
https://github.com/nucypher/nucypher-ts-demo-tdec
Last synced: 9 months ago
JSON representation
Demo for nucypher/nucypher-ts - now with conditional access control!
- Host: GitHub
- URL: https://github.com/nucypher/nucypher-ts-demo-tdec
- Owner: nucypher
- Archived: true
- Created: 2022-08-15T17:35:28.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-19T09:39:26.000Z (over 2 years ago)
- Last Synced: 2025-02-24T20:59:29.384Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://nucypher-ts-demo-tdec.netlify.app
- Size: 1.21 MB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# This repository has been deprecated. Please visit [`nucypher-ts`](https://github.com/nucypher/nucypher-ts/tree/main/demos) repository for updated demos.
---
# nucypher-ts-demo-tdec
See the demo in action [here](https://nucypher-ts-demo-tdec.netlify.app/).
## Installation
Inspect `./src/characters.ts` and set character configuration.
Install dependencies and run:
```bash
yarn install
yarn start
```
## Usage
In order to run this demo will need a MetaMask with an account funded with enough $MATIC to fund Policy creation.
It is also recommended to change `secretKey` values for Alice and Bob characters. See `./src/characters.ts` for details.
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-ts` is in an early release. We recommend **not** using it in production _just yet_.
### Oryx/Tapir - Mumbai Testnet
The current release of `nucypher-ts` supports Ursulas working on Oryx/Tapir networks and contracts deployed on Mumbai testnet.
## References
This dApp is based on [`useDapp` example](https://github.com/EthWorks/useDapp/tree/master/packages/example).