From c11489ef3b1c80784961ef54ac29e7a931434697 Mon Sep 17 00:00:00 2001 From: Joshua <62268199+minimalsm@users.noreply.github.com> Date: Tue, 18 Mar 2025 11:50:22 +0000 Subject: [PATCH] Fix invalid frontmatter causing build error (#31417) - Website builds are currently failing because of this --- docs/developers/dapp-developer/native-bindings-v2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developers/dapp-developer/native-bindings-v2.md b/docs/developers/dapp-developer/native-bindings-v2.md index d01c322e7f..2ba614f021 100644 --- a/docs/developers/dapp-developer/native-bindings-v2.md +++ b/docs/developers/dapp-developer/native-bindings-v2.md @@ -1,7 +1,7 @@ --- title: Go Contract Bindings (v2) description: Introduction to generating contract bindings with abigen v2 --- +--- This page introduces the concept of server-side native dapps. Geth provides the tools required to generate [Go](https://github.com/golang/go/wiki#getting-started-with-go) language bindings to any Ethereum contract that is compile-time type-safe, highly performant, and can be generated completely automatically from a compiled contract.