Communicate with NuCypher network from browser.
This is a work in progress
- SDK does not support policy revocation.
- We expect breaking changes.
nucypher-ts is available on the following networks:
- Polygon
- Mumbai (Polygon testnet)
Run with:
yarn install
yarn test
yarn buildInstall git hooks
npx husky installGenerate contract typings
yarn typechainPrepare a new release
yarn run prepare-releaseSee ./test directory for usage examples.
See ./examples directory for examples of browser integration.
See ./examples/api-example.ts for an abridged API example.
See nucypher-ts-demo for usage example with React app.