furqansiddiqui / cardano-php
Cardano (ADA) PHP SDK
dev-master
2022-01-29 09:09 UTC
Requires
- php: ^7.4.0
- ext-bcmath: *
- furqansiddiqui/bip39-mnemonic-php: 0.1.1
- furqansiddiqui/http-client: 0.4.5
This package is auto-updated.
Last update: 2024-10-29 05:34:28 UTC
README
This lib has been re-written for Shelley phase of Cardano roadmap.
Prerequisites
- PHP 7.4+
- You need to be running a cardano node+wallet.
(Inspect the docker-compose file inetc
directory)
Installation
composer require furqansiddiqui/cardano-php
Examples
Following functionalities have been completed and test:
(example file may not be available for few; but shouldn't be hard to figure out)
- Create/restore cardano wallets using BIP39
- Rename loaded wallets on node
- Delete loaded wallets on node
- Get all wallet addresses
- Get information on a specific address
- Get all wallet transactions
- Spend ADA to receiver's address
- Spend Cardano assets/tokens to receiver's address