Pet project 🐶 Service for booking tennis coaches' time and reserving courts.
Implemented ContractService and added CEP78 examples
Signed-off-by: Roman Bylbas romka.bulbas@gmail.com
Small fix in the ContractServiceAPI.md
Signed-off-by: Roman Bylbas romka.bulbas@gmail.com
Refactoring
Signed-off-by: Roman Bylbas romka.bulbas@gmail.com
Removed DeployExecutableFactory and moved all static constructors to the DeployExecutable
Signed-off-by: Roman Bylbas romka.bulbas@gmail.com
Fixed RpcClientTest
Signed-off-by: Roman Bylbas romka.bulbas@gmail.com
Merge pull request #16 from make-software/contract
Implemented ContractService and added CEP78 examples
Fixed RpcClientTest
Signed-off-by: Roman Bylbas romka.bulbas@gmail.com
Removed DeployExecutableFactory and moved all static constructors to the DeployExecutable
Signed-off-by: Roman Bylbas romka.bulbas@gmail.com
Refactoring
Signed-off-by: Roman Bylbas romka.bulbas@gmail.com
Small fix in the ContractServiceAPI.md
Signed-off-by: Roman Bylbas romka.bulbas@gmail.com
Signed-off-by: Roman Bylbas romka.bulbas@gmail.com
Added missed documentation for query_global_state rpc method
Signed-off-by: Roman Bylbas romka.bulbas@gmail.com
Merge pull request #15 from make-software/add_new_rpc_methods
Added missed documentation for query_global_state rpc method
Signed-off-by: Roman Bylbas romka.bulbas@gmail.com
We have recently updated the Casper SDK Specification. You can find the updated documentation here: https://docs.casperlabs.io/dapp-dev-guide/sdkspec/introduction/.
Refer to the updated Casper SDK Specification and please make necessary updates/changes to the PHP Client SDK Libraries.
Should you have any questions or feedback regarding the updated SDK Specification, please do not hesitate to revert on this issue.
Added query_global_state rpc call
Signed-off-by: Roman Bylbas romka.bulbas@gmail.com
Fixed keys at GlobalStateSerializer
Signed-off-by: Roman Bylbas romka.bulbas@gmail.com
Added getGlobalStateByStateRootHash method to RpcClient
Signed-off-by: Roman Bylbas romka.bulbas@gmail.com
Merge pull request #13 from make-software/add_new_rpc_methods
Added query_global_state rpc call
Signed-off-by: Roman Bylbas romka.bulbas@gmail.com
Added getGlobalStateByStateRootHash method to RpcClient
Signed-off-by: Roman Bylbas romka.bulbas@gmail.com