-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Docs in monorepo DO NOT MERGE (#145)
* add docs to monorepo * random updates * add images * GitBook: [#2] No subject * GitBook: [#3] No subject * Update README.md * update TOC * Update README.md * Update README.md * restructure * Update SUMMARY.md * work1 * work2 * Update 001_how-to-bridge.md * work3 * work4 * work5 * work6 * Update 000_developer_start.md * work 7 * work 8 * Update 000_developer_start.md * Update 000_developer_start.md * work9 * work10 * Update xdomain-tx-status.md * Update xdomain-tx-status.md * more cleanup * Update SUMMARY.md * Update README.md * Update README.md * work 11 * Update AWS_lambda_setup.md * work 12 * Update README.md * work 13 * work 14 * update links * work 15 * work 16 * Update README.md * Update README.md * work 16 * Update 001_how-to-bridge.md (#134) Co-authored-by: Gian-Bobarino <[email protected]> * Update 001_how-to-bridge.md * work 17 * work 18 * Update developer-start.md * work 19 * Update faq.md * work 19 * Update xdomain-tx-status.md * Update xdomain-tx-status.md * work 20 * work 21 * Update README.md * Update SUMMARY.md * work 21 * work 22 * work 22 * instructions for adding new tokens * Update fee docs (#136) * docs: cleanup bridge docs (#137) * cleanup bridge docs * fix link * work 22 * Update README.md * Update README.md * Update README.md * Update README.md * work 23 * Update price-feeds.md * work 24 * work 25 * Update README.md * Update README.md * Update README.md * Update README.md * Update price-feeds.md * Update price-feeds.md * Update price-feeds.md * work 26 * Update README.md * work 27 * work 29 * Update README.md * work 29 * Update documentation.md * Update documentation.md * add turing overview * Update turing.md * Update turing.md * Update turing.md * Update turing.md * work 30 * Update network-parameters.md * update network parameters * update network addresses * Update network-parameters.md * update structure * Update network-parameters.md Co-authored-by: Boba Lab <[email protected]> Co-authored-by: Riedl Kevin, Bsc <[email protected]> Co-authored-by: Gian-Bobarino <[email protected]> Co-authored-by: Boyuan-Chen <[email protected]> Co-authored-by: Souradeep Das <[email protected]>
- Loading branch information
1 parent
c04ea0d
commit 0fd71d8
Showing
5 changed files
with
24 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,40 @@ | ||
--- | ||
description: A collection of links to get started on Boba | ||
description: A collection of links and addresses to get started on Boba-Ethereum | ||
--- | ||
|
||
# Rinkeby Links | ||
# Rinkeby (28) | ||
|
||
## Rinkeby Addresses | ||
|
||
For **primary network contracts and addresses** see [packages/contracts/deployments/rinkeby/README.md](../../packages/contracts/deployments/rinkeby/README.md) | ||
|
||
For **secondary addresses**, such as L2 Tokens, Messengers, and the DAO, please see the [Rinkeby address registration dump](../../packages/boba/register/addresses/addressesRinkeby_0x93A96D6A5beb1F661cf052722A1424CDDA3e9418.json). | ||
|
||
## Rinkeby Links and Endpoints | ||
|
||
| | | | ||
| --------------- | ---------------------------------------------------------------------------------------- | | ||
| Rinkeby RPC | [https://rinkeby.boba.network](https://rinkeby.boba.network) | | ||
| Rinkeby ChainID | 28 | | ||
| Rinkeby RPC | [https://rinkeby.boba.network](https://rinkeby.boba.network) | | ||
| Gateway | [https://gateway.rinkeby.boba.network](https://gateway.rinkeby.boba.network) | | ||
| Blockexplorer | [https://blockexplorer.rinkeby.boba.network](https://blockexplorer.rinkeby.boba.network) | | ||
| Websocket | [wss://wss.rinkeby-v2.boba.network](wss://wss.rinkeby-v2.boba.network) | | ||
| Websocket | [wss://wss.rinkeby.boba.network](wss://wss.rinkeby.boba.network) | | ||
|
||
## Rinkeby Contract Addresses | ||
# Mainnet (288) | ||
|
||
For all current addresses, please see [the address registration dump](../../packages/boba/register/addresses). | ||
## Mainnet Addresses | ||
|
||
# Mainnet Links | ||
For **primary network contracts and addresses** see [packages/contracts/deployments/mainnet/README.md](../../packages/contracts/deployments/mainnet/README.md) | ||
|
||
For **secondary addresses**, such as L2 Tokens, Messengers, and the DAO, please see the [Mainnet address registration dump](../../packages/boba/register/addresses/addressesMainnet_0x8376ac6C3f73a25Dd994E0b0669ca7ee0C02F089.json). | ||
|
||
## Mainnet Links and Endpoints | ||
|
||
| | | | ||
| ----------------- | -------------------------------------------------------------------------------- | | ||
| Mainnet ChainID | 288 | | ||
| Mainnet RPC Read | [https://lightning-replica.boba.network](https://lightning-replica.boba.network) | | ||
| Mainnet Write RPC | [https://mainnet.boba.network](https://mainnet.boba.network) | | ||
| Mainnet ChainID | 288 | | ||
| Gateway | [https://gateway.boba.network](https://gateway.boba.network) | | ||
| Blockexplorer | [https://blockexplorer.boba.network](https://blockexplorer.boba.network) | | ||
| Websocket | [wss://ws.mainnet.boba.network](wss://wss.mainnet.boba.network) | | ||
|
||
## Mainnet Contract and Token Addresses | ||
|
||
For all current addresses, please see [the address registration dump](../../packages/boba/register/addresses). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters