kredsblockchain / web-wallet-api-client
A Client for using the the Kreds WebWallet API
Installs: 12
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 1
Open Issues: 0
Type:project
Requires
- innobrig/flex-input: ^1.0
- mashape/unirest-php: 3.*
This package is not auto-updated.
Last update: 2025-04-07 18:25:13 UTC
README
Reference implementation of a client against the WebWallet API
Instructions
- Run composer update
- Load /web/test.php in your browser
- Start coding
Inclusion of Client in your Project
- Add "kredsblockchain/web-wallet-api-client": "^1.0" to your composer.json require section
- Run composer update
- Start coding