Skip to content

Commit

Permalink
🚚 Chore: Split up docs into multiple docs sites (#1507)
Browse files Browse the repository at this point in the history
## Description

_Concise description of proposed changes_

## 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:
  • Loading branch information
roninjin10 authored Feb 23, 2025
1 parent 52dbaa9 commit b3d81e0
Show file tree
Hide file tree
Showing 2,513 changed files with 20,642 additions and 194,419 deletions.
3 changes: 2 additions & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"updateInternalDependencies": "patch",
"ignore": [
"@tevm/example*",
"@tevm/docs*",
"@tevm/bundler-docs",
"@tevm/node-docs",
"svelte-ethers",
"mdt-repro",
"@tevm/bench",
Expand Down
5 changes: 5 additions & 0 deletions .changeset/cuddly-snakes-look.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@tevm/vm": minor
---

Added runTx to Vm interface
12 changes: 2 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,9 @@

Tevm enables next generation UX for users while providing delightful DX for developers. It's like sticking an RPC node in your web app and making Solidity contracts a first class citizen.

Some things you can do with Tevm.
## Visit [New Docs Site!](https://node.tevm.dev/) for docs, guides, API, and more! 📄

- Estimate gas with no loading spinners
- Remove latency from many JSON-RPC requests
- Add optimistic updates to your UI
- Run arbitrary solidity code in the browser for code reuse
- Cut latency of some calls in half with a typesafe scripting api
- Use JSON-RPC methods like debug_traceCall even if the underlying RPC does not support it
- And much more
- [Tevm node](https://node.tevm.sh)

Here is a code example of what Tevm looks like

Expand Down Expand Up @@ -48,8 +42,6 @@ Tevm is able to fork a network similar to anvil in the browser and execute contr

## [Join Telegram](https://t.me/+ANThR9bHDLAwMjUx)

## Visit [Docs (under heavy construction)](https://tevm.sh/) for docs, guides, API, and more! 📄

## Contributing 💻

Contributions are encouraged, but please open an issue before making any major changes to ensure your changes will be accepted.
Expand Down
4 changes: 2 additions & 2 deletions bundler-packages/bun/docs/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
75 changes: 75 additions & 0 deletions bundler-packages/bun/docs/functions/bunPluginTevm.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions bundler-packages/rollup/docs/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

70 changes: 70 additions & 0 deletions bundler-packages/rollup/docs/functions/rollupPluginTevm.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions bundler-packages/rspack/docs/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
70 changes: 70 additions & 0 deletions bundler-packages/rspack/docs/functions/rspackPluginTevm.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions bundler-packages/vite/docs/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b3d81e0

Please sign in to comment.