Skip to content

Commit

Permalink
📦 feat: Add @evmts/revm package (#494)
Browse files Browse the repository at this point in the history
## Description

Add @evmts/revm package for executing revm in the browser

## Testing

Explain the quality checks that have been done on the code changes

## Additional Information

- [ ] I read the [contributing docs](../docs/contributing.md) (if this
is your first contribution)

Your ENS/address:

Co-authored-by: Will Cory <[email protected]>
  • Loading branch information
roninjin10 and Will Cory authored Sep 30, 2023
1 parent 352be3d commit 5948247
Show file tree
Hide file tree
Showing 11 changed files with 1,800 additions and 18 deletions.
203 changes: 185 additions & 18 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ packages:
- "ethers"
- "examples/*"
- "experimental/*"
- "revmts"
- "ts-plugin"
- "tsconfig"
- "viem"
Expand Down
2 changes: 2 additions & 0 deletions revm/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
dist
target
Loading

1 comment on commit 5948247

@vercel
Copy link

@vercel vercel bot commented on 5948247 Sep 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

evmts-docs – ./

evmts.dev
evmts-docs-evmts.vercel.app
evmts-docs-git-main-evmts.vercel.app

Please sign in to comment.