Update native-bindings-v2.md

This commit is contained in:
Felix Lange 2025-03-16 16:31:40 +01:00 committed by GitHub
parent df7fba32eb
commit 14236c2dfd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,7 @@
--- ---
title: Go Contract Bindings title: Go Contract Bindings (v2)
description: Introduction to generating bindings for using Geth features in Go native applications 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. 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.