Skip to content

Commit

Permalink
Add faucet doc
Browse files Browse the repository at this point in the history
  • Loading branch information
0xblobs committed Jan 15, 2024
1 parent 95cdeb5 commit c57e505
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 12 deletions.
1 change: 0 additions & 1 deletion docs/developers/how-to/using-ethda-as-altda.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ title: ''
hide_table_of_contents: false
---

Coming
1 change: 0 additions & 1 deletion docs/developers/how-to/using-ethda-as-dstorage.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ title: ''
hide_table_of_contents: false
---

Coming
8 changes: 8 additions & 0 deletions docs/developers/quick-start/bridging-assets-to-ethda.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
id: bridging-assets-to-ethda
title: ''
hide_table_of_contents: false
---

import useBaseUrl from '@docusaurus/useBaseUrl';

10 changes: 1 addition & 9 deletions docs/developers/quick-start/connecting-to-ethda.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,4 @@ hide_table_of_contents: false
- Chain ID: 177 (0xb1)
- Currency symbol: ETH
- Block explorer URL: https://scan-devnet.ethda.io
- Blob scan URL: https://blobscan-devnet.ethda.io

## Testnet

Coming

## Mainnet

Coming
- Blob scan URL: https://blobscan-devnet.ethda.io
8 changes: 7 additions & 1 deletion docs/developers/quick-start/using-ethda-faucet.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,10 @@ title: ''
hide_table_of_contents: false
---

Every user can claim 0.1 Devnet ETH.
import useBaseUrl from '@docusaurus/useBaseUrl';

Every user can claim 0.1 Devnet $ETH. Join [EthDA Discord](https://discord.com/invite/Jbw2PAUSCR), go to `EthDA` -> `faucet` channel, and use your wallet address to claim $ETH from `@ethda` bot.

<div style={{textAlign: 'center'}}>
<img src={useBaseUrl('/img/developers/quick-start/using-ethda-faucet/faucet.jpg')} style={{maxWidth: 860}} />
</div>
5 changes: 5 additions & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,11 @@ const sidebars = {
type: 'doc',
id: 'developers/quick-start/using-ethda-faucet',
label: 'Using EthDA Faucet'
},
{
type: 'doc',
id: 'developers/quick-start/bridging-assets-to-ethda',
label: 'Briding Assets to EthDA'
}
]
},
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c57e505

Please sign in to comment.