tanglephp/wallet
最新稳定版本:0.0.2
Composer 安装命令:
composer require tanglephp/wallet
包简介
PHP Wallet for Shimmer/IOTA (Stardust)
README 文档
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.
统计信息
- 总下载量: 2
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2022-10-06

