You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/dev/Integration/guide.md
+1
Original file line number
Diff line number
Diff line change
@@ -120,6 +120,7 @@ Available libraries:
120
120
-[*ergo-wallet*](https://mvnrepository.com/artifact/org.ergoplatform/ergo-wallet): Developed in Java, source code available in the [Ergo node repository](https://github.com/ergoplatform/ergo/tree/master/ergo-wallet).
121
121
-[*sigma-rust*](https://github.com/ergoplatform/sigma-rust/): A Rust library with WASM bindings for JavaScript/TypeScript.
122
122
-[*ergo-golang*](https://github.com/azhiganov/ergo-golang): An early-stage Go library.
123
+
-[*ergo-lib-go*](https://github.com/sigmaspace-io/ergo-lib-go/tree/main): A Go library for Ergo.
123
124
124
125
Ergo's transactions, akin to Bitcoin, consist of multiple inputs and outputs. Unspent outputs, known as single-use entities, are used once. Although Ergo is built from the ground up, its scripts and transaction formats are distinct from Bitcoin's. For an in-depth understanding, refer to the [Ergo 'Box' model](../data-model/box.md).
Copy file name to clipboardexpand all lines: docs/dev/lang/go.md
+4-1
Original file line number
Diff line number
Diff line change
@@ -7,12 +7,15 @@ tags:
7
7
8
8
The resources for integrating Ergo using the Go programming language are currently limited. However, there is a significant project available that serves as a valuable resource for developers working with Go.
9
9
10
-
###Ergo-Golang
10
+
## Ergo-Golang
11
11
12
12
The [*ergo-golang*](https://github.com/azhiganov/ergo-golang) project is a promising tool for integrating with Ergo. At present, the project is in its initial stages and may be considered as under development. This implies that while it offers basic functionalities to interact with the Ergo Blockchain, it may not have extensive features and may not be fully tested or optimized.
13
13
14
14
As an open-source project, *ergo-golang* offers a fantastic opportunity for Go developers to contribute to its development by providing enhancements, fixes, and new features.
15
15
16
16
Please note that if you come across any issues or require more detailed instructions, you can always connect with the Ergo community. The [`#development` Discord channel](https://discord.gg/kj7s7nb) is an excellent platform to receive support from seasoned Ergo developers and community members.
17
17
18
+
### Ergo-lib-go
19
+
20
+
[*ergo-lib-go*](https://github.com/sigmaspace-io/ergo-lib-go/tree/main) is a Go wrapper around C bindings for ErgoLib from sigma-rust. This library provides Go developers with the ability to interact with the Ergo blockchain using the robust functionalities of ErgoLib, which is originally written in Rust.
Copy file name to clipboardexpand all lines: docs/dev/protocol/why.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -30,10 +30,10 @@ Additionally, Ergo addresses sustainability through [Storage Rent](rent.md), inc
30
30
31
31
Ergo transcends the traditional concept of a blockchain token, embodying **commodity money** with real-world consumption of resources for mining. This approach, rooted in securing commodities with cryptography, distinguishes Ergo with unique features:
32
32
33
-
- Incentives for long-term mining stability
34
-
-[Demurrage](storage-rent.md), reinforcing Ergo as a genuine commodity
35
-
- Support for decentralized derivatives and DeFi without intermediaries
36
-
- SigmaFi ([SigmaFi](sigmafi.md) bonds), a peer-to-peer DeFi solution surpassing traditional financial institutions in transparency and risk management
33
+
- Incentives for long-term mining stability.
34
+
-[Demurrage](storage-rent.md), reinforcing Ergo as a genuine commodity.
35
+
- Support for decentralized derivatives and DeFi without intermediaries.
36
+
- SigmaFi ([SigmaFi](sigmafi.md) bonds), a peer-to-peer DeFi solution surpassing traditional financial institutions in transparency and risk management.
37
37
- Unparalleled support for developing [cryptographic protocols](crypto.md), including [non-interactive mixers](mixer.md) and [stealth addresses](stealth-address.md)
38
38
39
39
Ergo's recognition as the leading PoW cryptocurrency in DeFi supply demonstrates the practical application of its innovative features.
@@ -98,7 +98,7 @@ Ergo is powered by experienced developers and researchers with strong academic b
98
98
99
99
Notable contributor Alexander _kushti_ Chepurnoy co-founded smartcontract.com (now Chainlink), served as a core developer at NXT, and was among the first employees at IOHK.
100
100
101
-
Visit Ergo's [Hall of Fame](https://ergoplatform.org/en/hall_of_fame/) to learn more about our contributors. For information on foundation members, refer to the [2022 Transparency Report](ergo-foundation-2022.md).
101
+
Visit Ergo's [Hall of Fame](https://ergoplatform.org/en/hall_of_fame/) to learn more about our contributors. For information on foundation members, refer to the [EF Transparency Report](ergo-foundation.md).
0 commit comments