kredsblockchain/web-wallet-api-client

A Client for using the the Kreds WebWallet API

v1.0.4 2018-07-14 23:44 UTC

This package is not auto-updated.

Last update: 2024-04-22 13:52:40 UTC


README

Reference implementation of a client against the WebWallet API

Instructions

  1. Run composer update
  2. Load /web/test.php in your browser
  3. Start coding

Inclusion of Client in your Project

  1. Add "kredsblockchain/web-wallet-api-client": "^1.0" to your composer.json require section
  2. Run composer update
  3. Start coding