ethereumjs / ethereumjs-tx

Project is in active development and has been moved to the EthereumJS VM monorepo.
https://github.com/ethereumjs/ethereumjs-vm/tree/master/packages/tx
Mozilla Public License 2.0
781 stars 237 forks source link

How to call contract by this library? #135

Closed ldlqdsdcn closed 5 years ago

ldlqdsdcn commented 5 years ago

Do you have an example of calling a contract offline?

holgerd77 commented 5 years ago

This library is just for creating and signing transactions and not for calling contracts.

Please generally ask questions like this on the Gitter channel, the issue tracker is there for report issues and bugs and discuss improvements on the library.

Thanks!