dideryjs_test

Javascript client library for didery.

Usage no npm install needed!

<script type="module">
  import dideryjsTest from 'https://cdn.skypack.dev/dideryjs_test';
</script>

README

.. contents::

Overview

dideryJS is a Javascript client library for distributed didery servers.

Installation

To download dideryJS run the following command in the terminal: :: $ git clone git clone https://github.com/reputage/didery.js.git After downloading the repository install the project dependencies by running this command in the terminal: :: $ npm install Finally, compile the main Javascript file by running either: :: $ npm run dev for development, or: :: $ npm run build for production.