Replies: 1 comment
This one is not a bug this is an unreleased feature
This is a mistake in the docs. This request type is imported from tevm/procedures-types and it's called EthGetBalanceJsonRpcRequest not EthGetBalanceRequest
The docs had a bug in it and we could throw a nicer error message here |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
I am going to use this as a working friction log for the Tevm quick start guide.
Creating / installing
npm create tevm my-appdidn't work. (bun init && bun install tevmworked fine though!)Running the Ethereum JSON-RPC stuff
Module '"tevm"' has no exported member 'EthGetBalanceRequest'.: https://tevm.sh/getting-started/quick-start/#using-ethereum-json-rpc.bun run index.tserrored out:All reactions