mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 07:06:42 +00:00
Update native-bindings-v2.md
This commit is contained in:
parent
df7fba32eb
commit
14236c2dfd
1 changed files with 3 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: Go Contract Bindings
|
||||
description: Introduction to generating bindings for using Geth features in Go native applications
|
||||
---
|
||||
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