@celo/identity

v2.4.0-beta.8
Utilities for interacting with Celo's identity protocol
celo blockchain contractkit odis

build

tsc -b .

clean

tsc -b . --clean

docs

typedoc

test:reset

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

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