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.
- open Wallet
- create Addresses
- check Balance
- transfer Tokens
-
mint, burn, transfer NFTs -
mint, burn, transfer nativeTokens
- PHP 8+
- PHP Library:
<?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);
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.
Follow me on Twitter @tanglePHP
Follow me on Soonaverse
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
The Apache 2.0 license can be found here.