Fix invalid frontmatter causing build error (#31417)

- Website builds are currently failing because of this
This commit is contained in:
Joshua 2025-03-18 11:50:22 +00:00 committed by GitHub
parent 2f4ce03fc1
commit c11489ef3b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.