nitor-infotech-oss / parity-substrate-interface
By using package you can interact with running substrate node.
Requires
- php: ^7.2.24
- curl/curl: ^2.3
- deemru/blake2b: ^1.0
- furqansiddiqui/bip39-mnemonic-php: ^0.1.4
- stephenhill/base58: ^1.1
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.17
- phpunit/phpunit: ^7.0.2
This package is not auto-updated.
Last update: 2025-04-01 23:51:17 UTC
README
We have implemented package which help use to communicate with surface interface through function.
Budge Goes Here
Clone Package
git clone https://github.com/nitor-infotech-oss/parity-substrate-interface.git
Installation
You can install the package via composer:
composer require nitorInfoTechOss/substrate-interface-package
Steps to create test enviornment
-
Create Test folder and one php file to test code
-
run command "touch composer.json"
-
try to run following code.
Usage (Just Like)
$testClass = new SubstrateInterface("http_url"); echo $testClass->rpc->system->name();
Testing
vendor/phpunit/phpunit/phpunit
To run TestCases
I] Clone project git clone https://github.com/neha0921/substrate-interface-package.git
II] Update Composer composer Update
III] To check testcase run following command
vendor/bin/phpunit
e.g. ::
-
vendor/bin/phpunit --filter testSystemName
-
vendor/bin/phpunit --filter testRpcMethods
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
License
The MIT License (MIT). Please see License File for more information.