UNPKG

@polareth/evmstate

Version:

A TypeScript library for tracing, and visualizing EVM state changes with detailed human-readable labeling.

33 lines (30 loc) 1.07 kB
--- title: VocsReact Documentation Framework layout: landing showLogo: false --- import { HomePage } from "vocs/components"; import { Button } from "../components/button.tsx"; <HomePage.Root> <HomePage.Logo /> <HomePage.Tagline>evmstate</HomePage.Tagline> <HomePage.InstallPackage name="@polareth/evmstate" type="install" /> <HomePage.Description> A TypeScript library for tracing, and visualizing EVM state changes with detailed human-readable labeling. </HomePage.Description> <HomePage.Buttons> <HomePage.Button href="/introduction" variant="accent"> Getting started </HomePage.Button> <HomePage.Button href="/playground">Try it out</HomePage.Button> <HomePage.Button href="https://github.com/polareth/evmstate">GitHub</HomePage.Button> </HomePage.Buttons> <div className="flex gap-2"> <a href="/llms.txt" className="vocs_Code font-medium hover:underline"> llms.txt </a> <a href="/llms-full.txt" className="vocs_Code font-medium hover:underline"> llms-full.txt </a> </div> </HomePage.Root>