@celo/identity

v1.3.3
Utilities for interacting with Celo's identity protocol
celo blockchain contractkit odis

build

tsc -b .

clean

tsc -b . --clean

docs

typedoc && ts-node ../utils/scripts/linkdocs.ts identity

test:reset

yarn --cwd ../../protocol devchain generate-tar .tmp/devchain.tar.gz --migration_override ../../dev-utils/src/migration-override.json --upto 25

test:livechain

yarn --cwd ../../protocol devchain run-tar .tmp/devchain.tar.gz

test

jest --runInBand

lint

tslint -c tslint.json --project .

prepublishOnly

yarn build
npm i @celo/[email protected]

Metadata

Downloads