Skip to content

Commit

Permalink
fix: replace 'execute Javascript' with 'execute Solidity' (#1386)
Browse files Browse the repository at this point in the history
## Description

[💖](fix: replace 'execute Javascript' with 'execute Solidity')

## Testing

read

## Additional Information

💖

Your ENS/address:

manadacollective.eth

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **Documentation**
- Updated documentation to reflect the capability of executing Solidity
code within TypeScript, enhancing user understanding of EVM execution
integration.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
  • Loading branch information
Cygnusfear committed Aug 18, 2024
1 parent 7eebe33 commit 4e6524b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import { Card, CardGrid } from '@astrojs/starlight/components';

<CardGrid>
<Card title="Powerful Tevm memory devnet" icon="pencil">
Execute JavaScript directly in your TypeScript code without the need for an external RPC. [EVM execution and forking](/learn/clients) akin to [anvil](https://github.com/foundry-rs/foundry/tree/master/crates/anvil)
Execute Solidity directly in your TypeScript code without the need for an external RPC. [EVM execution and forking](/learn/clients) akin to [anvil](https://github.com/foundry-rs/foundry/tree/master/crates/anvil)
</Card>
<Card title="Familiar Viem actions api" icon="open-book">
Tevm is built on top of the Viem api and plugs right into your existing Viem/Wagmi applications. Adapters exist for Ethers.js as well.
Expand Down

0 comments on commit 4e6524b

Please sign in to comment.