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.