/nucypher-ts-demo

Demo for nucypher/nucypher-ts

Primary LanguageTypeScript

nucypher-ts-demo

See the demo in action here.

Installation

Inspect ./src/characters.ts and set character configuration.

Install dependencies and run:

yarn install
yarn start

Usage

To run this demo will need a MetaMask with an account funded with enough Ethereum to fund Policy contract creation.

It is also recommended to change secretKey values for Alice and Bob's characters. See ./src/characters.ts for details.

Mainnet (Polygon)

nucypher-ts is in early release. We recommend not using it in production just yet.

Tapir (Matic Mumbai)

nucypher-ts-demo is configured to work on the Tapir network out-of-the-box. It uses a public Porter instance by default. See ./src/characters.ts for details.

This is a recommended way to use nucypher-ts on a testnet.

References

This dApp is based on useDapp example. See README.old.md for details.