Thomas Shallenberger
Results
2
comments of
Thomas Shallenberger
The provider is the RPC service running that you hook into to execute transactions on an Ethereum blockchain. If I run `testrpc` in my terminal (with `testrpc` installed of course),...
Really needed this today as well. Can't add the types atm but I typed up the gist from the screenshot posted above: https://gist.github.com/valkn0t/26099bb8e90f90f3d5bd2c7da88abe91 ```typescript import { createRoutine, // @ts-ignore createRoutineCreator,...