pete001 / php-eos-rpc-sdk

A PHP SDK for the EOS RPC API
https://blockmatrix.network
MIT License
57 stars 37 forks source link

KEOSD is required locally? #8

Open SuperstrongBE opened 2 years ago

SuperstrongBE commented 2 years ago

Hi, i'm trying your library. I see the KEOSD endpoint is defined on local host, there i a way to not be forced to install it on server ?

heyjones commented 2 years ago

It may only be necessary if you’re doing wallet stuff?

https://github.com/pete001/php-eos-rpc-sdk/blob/d3fe896b66fdbd4871c8220e3849a8ebff5b246e/src/WalletController.php#L53

I have a private key already, going to try to push a transaction without KEOSD defined and will let you know how it goes.