From 14236c2dfd39028b5ab459ad99173541c86571d3 Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Sun, 16 Mar 2025 16:31:40 +0100 Subject: [PATCH] Update native-bindings-v2.md --- docs/developers/dapp-developer/native-bindings-v2.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/developers/dapp-developer/native-bindings-v2.md b/docs/developers/dapp-developer/native-bindings-v2.md index eb0f16b836..d01c322e7f 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 -description: Introduction to generating bindings for using Geth features in Go native applications ---- +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.