@c4dt/dynacred

New dynacred library based on observables, as everything can change

Usage no npm install needed!

<script type="module">
  import c4dtDynacred from 'https://cdn.skypack.dev/@c4dt/dynacred';
</script>

README

OmniLedger demonstrator

Frontend for the dedis/omniledger blockchain with an accent on identity and consent-management. Current use-cases:

Development

While developing the webapp and dynacred, it is sometimes useful to have access to the source of the cothority-libraries. To do so, the tsconfig.common.json includes a possible replacement of these libraries with the cothority directory in the root. To start using the cothority libraries, and allow debugging changes to them, use:

make src

This will clone and/or upload the dedis/cothority repo and install the node-packages for an easier debugging process.

To get back to the pre-compiled sources, use:

make npm

Please take care that this command will remove all changes you did to the cothority repository!