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.