Rust-backed tooling that exposes Foundry's Solidity/Yul/Vyper compiler stack to JavaScript runtimes via N-API bindings. The active Nx project lives in libs/compiler/.
- Read
libs/compiler/README.mdfor setup instructions, build/test commands, API examples, and troubleshooting notes. - Share
libs/compiler/build/llms.txtwith your preferred LLM, which includes a bundle of docs, types, and specs, and ask it how to implement your feature. - Checkout
libs/compiler/test/integrations.spec.tsfile for realistic use cases.
Everything else in the repository exists to support the @tevm/compiler package surfaced there.