Download, install, build, and test with:
git clone https://github.com/nucypher/nucypher-ts
cd nucypher-ts
yarn install
yarn build
yarn testInstall git hooks
npx husky installGenerate contract typings
yarn typechainPrepare a new release
yarn run prepare-releaseTo launch a local development version of the documentation:
cd website
yarn run startThis will launch a local server, available at http://localhost:3000.
To release a new version of the documentation:
yarn run docusaurus docs:version 1.1.0Publish a new release on NPM.
Pay attention to the output of these commands and fix your release if needed.
To build and publish a release, run
yarn prepare-release
# Or, to publish an alpha release
yarn prepare-release:alphaFollow instructions from the command output to finalize the process.