stratumn-agent-client

Stratumn Indigo agent client library


Keywords
stratumn, sdk, blockchain, client, lerna, javascript-library, apache2, indigocore
License
Apache-2.0
Install
npm install stratumn-agent-client@3.0.2

Documentation

Stratumn Agent

DEPRECATED: we are moving away from this agent model and trying to push more utilities client-side (especially cryptographic schemes that require the user's private key). You should use stratumn/js-core to build Proof-of-Process applications. We are working on tutorials on our website.

Stratumn's open-source JavaScript libraries to create p2p applications and networks.

npm Build Status codecov


This repository contains javascript libraries to build Proof of Process Networks.

To get started, visit the developer website.


Development

This multi-package repository (monorepo) is managed by Lerna to streamline development and testing of cross libraries changes. Make sure you've read Lerna documentation before starting. Lerna is configured to use yarn for dependency management. Make sure you have it installed.

Install dependencies:

yarn
yarn bootstrap

Run tests:

yarn test
yarn lint

Publish dependencies:

lerna publish