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/developers/bsns/cosmos_chains/cosmos_chains.mdx
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,28 +88,28 @@ We have developed local deployment scripts for demonstrating the Cosmos integrat
88
88
89
89
## Phase-3 devnet information
90
90
91
-
The Phase-3 devnet environment (Euphrates) is defined as follows. Note that this assumes a `bash` shell - modify accordingly for other shells, or use `bash`:
91
+
The Phase-3 devnet environment (Edge) is defined as follows. Note that this assumes a `bash` shell - modify accordingly for other shells, or use `bash`:
Copy file name to clipboardExpand all lines: docs/developers/bsns/cosmos_chains/integrating_as_cosmos_chain.mdx
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,29 +8,29 @@ sidebar_position: 2
8
8
9
9
## Overview
10
10
11
-
This page provides a guide for a Cosmos PoS chain to integrate Babylon phase-3 devnet, called Euphrates. The integration allows a BSN to get economic security from BTC staking.
11
+
This page provides a guide for a Cosmos PoS chain to integrate Babylon phase-3 devnet, called Edge. The integration allows a BSN to get economic security from BTC staking.
12
12
13
-
Euphrates devnet is currently in a highly experimental phase, and unexpected issues may arise. We welcome any feedback on the integration process and this document.
13
+
Edge devnet is currently in a highly experimental phase, and unexpected issues may arise. We welcome any feedback on the integration process and this document.
14
14
15
15
## System components
16
16
17
17
The integration involves three blockchains:
18
18
19
-
-**A Babylon blockchain.** This is the Babylon phase-3 devnet, called Euphrates. Please refer to the [Cosmos Chains](./cosmos_chains.mdx) page for setting up the environment variables needed to interact with the devnet.
19
+
-**A Babylon blockchain.** This is the Babylon phase-3 devnet, called Edge. Please refer to the [Cosmos Chains](./cosmos_chains.mdx) page for setting up the environment variables needed to interact with the devnet.
20
20
-**A Bitcoin blockchain.** In this specific case, Babylon blockchain is interacting with Bitcoin Signet.
21
21
-**A BSN (sometimes referred to as a consumer system in code).** This is the chain that we aim to integrate with Babylon Bitcoin Staking Protocol.
22
22
23
-
**Accessing the Euphrates devnet.** The Phase-3 devnet environment (Euphrates) is defined in the [Cosmos Chains](./cosmos_chains.mdx) page. Please refer to that section for setting up the environment variables needed to interact with the devnet.
23
+
**Accessing the Edge devnet.** The Phase-3 devnet environment (Edge) is defined in the [Cosmos Chains](./cosmos_chains.mdx) page. Please refer to that section for setting up the environment variables needed to interact with the devnet.
24
24
25
25
## BSN requirements
26
26
27
-
The BSN integrating with Euphrates devnet needs to support IBC and CosmWasm smart contracts. This is because Babylon sends information about Finality Providers and BTC delegations as IBC packets. The BSN needs to deploy CosmWasm smart contracts to process these IBC packets, and then store the Finality Providers and BTC delegations information.
27
+
The BSN integrating with Edge devnet needs to support IBC and CosmWasm smart contracts. This is because Babylon sends information about Finality Providers and BTC delegations as IBC packets. The BSN needs to deploy CosmWasm smart contracts to process these IBC packets, and then store the Finality Providers and BTC delegations information.
28
28
29
29
The Babylon team is developing a specialized relayer to support BSNs without IBC, and is developing BSN side software for various types of BSNs.
30
30
31
31
## Prerequisites
32
32
33
-
To integrate with Euphrates devnet, you need to install:
33
+
To integrate with Edge devnet, you need to install:
34
34
-[Go v1.23](https://go.dev/doc/install)
35
35
-[Rust](https://www.rust-lang.org/tools/install)`stable` version
36
36
@@ -76,7 +76,7 @@ Please note that the corresponding version tag of the Babylon SDK is [https://gi
76
76
77
77
### Getting test tokens
78
78
79
-
**Babylon tBABY tokens.** One can get Babylon tBABY tokens on Euphrates devnet by the following:
79
+
**Babylon tBABY tokens.** One can get Babylon tBABY tokens on Edge devnet by the following:
80
80
81
81
1. Create a Babylon account by using
82
82
@@ -240,13 +240,13 @@ The client ID of the consumer chain will be used as the consumer ID, denoted as
240
240
With the client ID of the consumer chain, you can register it on the BSN, by using
Copy file name to clipboardExpand all lines: docs/developers/bsns/cosmos_chains/running_btc_staker.mdx
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ The above command will build and install the following binaries to `$GOPATH/bin`
42
42
43
43
## Getting Signet BTC Tokens
44
44
45
-
The Euphrates devnet is connected to BTC Signet. There's information on how to connect to Signet in the [BTC Signet wiki](https://en.bitcoin.it/wiki/Signet). After creating a wallet and a new BTC address in the signet network, you can visit Bitcoin's signet faucets (e.g., [https://signetfaucet.com](https://signetfaucet.com/)) for signet BTC. Babylon also provides a BTC signet faucet in the [Babylon discord server](https://discord.gg/babylonglobal).
45
+
The Edge devnet is connected to BTC Signet. There's information on how to connect to Signet in the [BTC Signet wiki](https://en.bitcoin.it/wiki/Signet). After creating a wallet and a new BTC address in the signet network, you can visit Bitcoin's signet faucets (e.g., [https://signetfaucet.com](https://signetfaucet.com/)) for signet BTC. Babylon also provides a BTC signet faucet in the [Babylon discord server](https://discord.gg/babylonglobal).
<p>The Phase 3 Devenet is a development network of Babylon Genesis Chain. It implements the full funcationality of Bitcoin staking and allow BSNs to be connected.</p>
28
28
<h2>Network Parameters</h2>
29
29
<h3>Chain ID</h3>
30
-
<p><code>euphrates-0.5.0</code></p>
30
+
<p><code>edge-0.5.0</code></p>
31
31
<h3>Sync from scratch</h3>
32
-
<p>To boot a node and sync from scratch, Babylon version <code>euphrates-0.5.0-rc.0</code> should be used
0 commit comments