Skip to content

Commit e412ea1

Browse files
committed
small additions
1 parent 221b4e5 commit e412ea1

File tree

4 files changed

+67
-40
lines changed

4 files changed

+67
-40
lines changed

docs/dev/Integration/guide.md

+1
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ Available libraries:
120120
- [*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).
121121
- [*sigma-rust*](https://github.com/ergoplatform/sigma-rust/): A Rust library with WASM bindings for JavaScript/TypeScript.
122122
- [*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.
123124

124125
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).
125126

docs/dev/lang/go.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,15 @@ tags:
77

88
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.
99

10-
### Ergo-Golang
10+
## Ergo-Golang
1111

1212
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.
1313

1414
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.
1515

1616
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.
1717

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

docs/dev/protocol/why.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ Additionally, Ergo addresses sustainability through [Storage Rent](rent.md), inc
3030

3131
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:
3232

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.
3737
- Unparalleled support for developing [cryptographic protocols](crypto.md), including [non-interactive mixers](mixer.md) and [stealth addresses](stealth-address.md)
3838

3939
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
9898

9999
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.
100100

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).
102102

103103
### Roadmap
104104

docs/eco/rosen/rosen-uses.md

+57-34
Original file line numberDiff line numberDiff line change
@@ -12,40 +12,63 @@ This functionality opens up new possibilities for token holders across these eco
1212

1313
## Supported Tokens
1414

15-
| Token | Description | Network |
16-
|-------|-------------|---------|
17-
| ERG | Native Ergo token | Ergo |
18-
| ADA | Native Cardano token | Cardano |
19-
| BTC | Native Bitcoin token | Bitcoin |
20-
| ETH | Native Ethereum token | Ethereum |
21-
| BNB | Native Binance Smart Chain token | Binance Smart Chain |
22-
| [SigUSD / SigRSV](sigmausd.md) | Ergo stablecoin and reserve | Ergo |
23-
| RSN | Rosen Bridge token | Ergo |
24-
| [COMET](https://thecomettoken.com/) | Ergo ecosystem token | Ergo |
25-
| SPF | Spectrum Finance token | Ergo |
26-
| Hosky | Cardano meme token | Cardano |
27-
| AHT | ergouactions.org | Ergo |
28-
| BANA | New supported token | Ergo |
29-
| Bober | New supported token | Ergo |
30-
| COS | [Cup of Sugar](cup-of-sugar.md) | Ergo |
31-
| CYPX | [Cyberverse](cyberverse.md) | TBD |
32-
| EPOS | [EPOS](epos.md) | Ergo |
33-
| ErgOne| [ErgOne](ergone.md) | Ergo |
34-
| GIF | [GreasyCex](greasycex.md) | Ergo |
35-
| GluonW GAU | [Gluon](gluon.md) | Ergo |
36-
| GluonW GAUC | [Gluon](gluon.md) | Ergo |
37-
| MEW | [MewFinance](mewfinance.md) | Ergo |
38-
| MNT | New supported token | Ergo |
39-
| NIKEPIG | New supported token | Cardano |
40-
| Paideia | [DAO Toolkit](paideia.md) | Ergo |
41-
| QUACKS | [Duckpools](duckpools.md) (Lending) | Ergo |
42-
| SUGAR | New supported token | TBC |
43-
| O | New supported token | Cardano |
44-
| Troll | New supported token | Ergo |
45-
| WALRUS| New supported token | Ergo |
46-
| DIS | New supported token | TBC |
47-
| sOADA | New supported token | Cardano |
48-
| OADA | New supported token | Cardano |
15+
You can see a full list of locked assets [here](https://app.rosen.tech/assets).
16+
17+
18+
### Ergo Network
19+
| Token | Description |
20+
|-------|-------------|
21+
| ERG | Native Ergo token |
22+
| [SigUSD / SigRSV](sigmausd.md) | Ergo stablecoin and reserve |
23+
| RSN | Rosen Bridge token |
24+
| [COMET](https://thecomettoken.com/) | Ergo ecosystem token |
25+
| SPF | Spectrum Finance token |
26+
| AHT | ergouactions.org |
27+
| Bober | [Meme Coin](https://t.co/DXEIXJC8AW) |
28+
| COS | [Cup of Sugar](cup-of-sugar.md) |
29+
| EPOS | [EPOS](epos.md) |
30+
| ErgOne| [ErgOne](ergone.md) |
31+
| GIF | [GreasyCex](greasycex.md) |
32+
| GluonW GAU | [Gluon](gluon.md) |
33+
| GluonW GAUC | [Gluon](gluon.md) |
34+
| MEW | [MewFinance](mewfinance.md) |
35+
| Paideia | [DAO Toolkit](paideia.md) |
36+
| QUACKS | [Duckpools](duckpools.md) (Lending) |
37+
| Troll | New supported token |
38+
| WALRUS| New supported token |
39+
| CYPX | [Cyberverse](cyberverse.md) |
40+
41+
### Cardano Network
42+
| Token | Description |
43+
|-------|-------------|
44+
| ADA | Native Cardano token |
45+
| Hosky | Cardano meme token |
46+
| NIKEPIG | Cardano meme token |
47+
| SUGAR | New supported token |
48+
| BANA | New supported token |
49+
| O | New supported token |
50+
| DIS | New supported token |
51+
| sOADA | New supported token |
52+
| OADA | New supported token |
53+
| MNT | New supported token |
54+
55+
56+
### Bitcoin Network
57+
| Token | Description |
58+
|-------|-------------|
59+
| BTC | Native Bitcoin token |
60+
61+
### Ethereum Network
62+
| Token | Description |
63+
|-------|-------------|
64+
| ETH | Native Ethereum token |
65+
66+
### Binance Smart Chain Network
67+
| Token | Description |
68+
|-------|-------------|
69+
| BNB | Native Binance Smart Chain token |
70+
71+
4972

5073
## Ergo Ecosystem Opportunities
5174

0 commit comments

Comments
 (0)