tanglephp / wallet
PHP Wallet for Shimmer/IOTA (Stardust)
Requires
- php: >=8.1.0
- tanglephp/core: *
- tanglephp/network: *
- tanglephp/singlenode-client: *
Requires (Dev)
- phpunit/phpunit: ^9.5.5
This package is not auto-updated.
Last update: 2025-04-01 00:26:32 UTC
README
Please be aware that this Examples are in an early development state and the API of the library as well as the "Stardust" protocol is subject to change, it is NOT ready to use in production.
About
PHP Wallet for Shimmer/IOTA (Stardust)
The aim of the this lib is to offer PHP developers an easy way to interact with the Stardust protocol.
Currently possible
PHP Wallet for Shimmer/IOTA (Stardust)
- open Wallet
- create Addresses
- check Balance
- transfer Tokens
-
mint, burn, transfer NFTs -
mint, burn, transfer nativeTokens
Requirements
- PHP 8+
- PHP Library:
Example
<?php // include tanglePHP autoload from tanglePHP/bundle require_once("autoload.php"); // create network connection $network = new \tanglePHP\Network\Connect('shimmer:testnet'); // Open wallet $wallet = new \tanglePHP\Wallet\Run($seedInput, $network->singleNode);
Joining the discussion
If you want to get involved in the community, need help with getting set up, have any issues or just want to discuss IOTA/Shimmer, feel free to join our IOTA/Shimmer Discord and post in the #php channel.
Social
Follow me on Twitter @tanglePHP
Follow me on Soonaverse
Donation
It took me a lot of time to develop the tanglePHP libs and need to pay for the server every month. If you want to support me or if my work helps you, kindly consider a small donation.
IOTA Address:
iota1qpw8lvfgz6gt9u8qtcjmmez3vtqve6fdzqkdaah9wdz9llgvhs3psrtx5xd
Get a cool NFT Animation:
Collection | Bronze Support | Silver Support | Gold Support | Diamond Support
License
The Apache 2.0 license can be found here.