kredsblockchain/web-wallet-api-client

A Client for using the the Kreds WebWallet API

Installs: 13

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 1

Open Issues: 0

Type:project

pkg:composer/kredsblockchain/web-wallet-api-client

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

This package is not auto-updated.

Last update: 2025-12-15 21:48:47 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