mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 15:47:21 +00:00
Fix invalid frontmatter causing build error (#31417)
- Website builds are currently failing because of this
This commit is contained in:
parent
2f4ce03fc1
commit
c11489ef3b
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue