Update native-bindings-v2.md

Fix frontmatter
This commit is contained in:
Joshua 2025-03-18 11:46:43 +00:00 committed by GitHub
parent 2f4ce03fc1
commit 8f4a4051ad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,7 @@
--- ---
title: Go Contract Bindings (v2) title: Go Contract Bindings (v2)
description: Introduction to generating contract bindings with abigen 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. 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.