Benjamin Roedell
Benjamin Roedell
@Laurent-Sarrazin I too would appreciate very much to see an example of sending a signed contract transaction.
Nevermind, I see an example was provided in https://github.com/web3p/web3.php/issues/176
With a lot of trial and error I finally got a working example of how to transfer tokens by signing the transaction. I put the example at https://github.com/benrobot/web3.php_send_tokens_example
With a lot of trial and error I finally got a working example of how to transfer tokens by signing the transaction. I put the example at https://github.com/benrobot/web3.php_send_tokens_example
I believe this feature would also be useful to share code generators internally when the generated code applies to an internally developed framework or coding pattern
It's not so bad if used with `--format-only`. Formatting and re-staging on-the-fly is a common practice in the JavaScript world. I suppose one could say that the Prettier and ESLint...
@tsemer I'm experiencing the same issue. Have you found a solution?
Any progress on this pull request? I would like to start using this feature.