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 build
Install git hooks
npx husky install
Generate contract typings
yarn typechain
Prepare a new release
yarn run prepare-release
See ./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.