@caelum-tech/identity

Caelum Identity library

Usage no npm install needed!

<script type="module">
  import caelumTechIdentity from 'https://cdn.skypack.dev/@caelum-tech/identity';
</script>

README

codecov

caelum-identity

This library contains the contracts and libraries for the identity functionality of the Caelum blockchain.

Branch Pipeline Coverage
master pipeline status coverage report

Prerequisites

  • Ubuntu 18.04
  • Node 10.15

Install

npm i

Testing

npm run lint
npm test

Parity

Start and stop the parity client

npm run start
npm run stop

Build

build the JSON for the Identity contract

npm run build