-
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.
* 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 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
56fd18c
commit ed5f05f
Showing
113 changed files
with
2,776 additions
and
32,229 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
# Table of Contents | ||
|
||
* [Welcome to Boba](README.md) | ||
* [Bug Bounty Program](bug-bounty.md) | ||
* [FAQ](faq.md) | ||
|
||
* User Documentation | ||
* [How To Bridge](boba\_documentation/user/001\_how-to-bridge.md) | ||
* [Fraud Detection](boba\_community/fraud-detector/README.md) | ||
* [NFTs](boba\_documentation/user/003\_nfts.md) | ||
* [Running a Boba node](boba\_community/boba-node/README.md) | ||
|
||
* [Welcome to Turing](boba\_documentation/developer/turing.md) | ||
* [Turing BOBA Faucet](boba\_community/turing-captcha-faucet/README.md) | ||
* [Turing KYC](boba\_community/turing-kyc/README.md) | ||
* [Turing Monster Minting](boba\_community/turing-monsters/README.md) | ||
* [Turing Wizard](boba\_community/turing-start/README.md) | ||
* [Turing API Endpoints](packages/boba/turing/AWS\_code/AWS\_lambda\_setup.md) | ||
* [Turing Implementation](packages/boba/turing/README.md) | ||
|
||
* Developer Docs | ||
* [Welcome to Boba](boba\_documentation/developer/developer-start.md) | ||
* [Development Stack](boba\_documentation/developer/local-stack.md) | ||
* [Basic Operations](boba\_documentation/developer/basic-ops.md) | ||
* [Dual fee system](boba\_examples/boba-fee/README.md) | ||
* [Contract Deployment Example](boba\_documentation/developer/contract-deployment.md) | ||
* [Sending ETH to L2](boba\_examples/init-fund-l2/README.md) | ||
* [Adding a new ERC20 to Boba](boba\_documentation/developer/add-new-token.md) | ||
* [Fees](boba\_documentation/developer/fee-scheme.md) | ||
* [Contract Addresses](boba\_documentation/developer/network-parameters.md) | ||
* [xDomain Transaction Status](boba\_documentation/developer/xdomain-tx-status.md) | ||
* [Verifying Contracts](boba\_documentation/developer/verify-smart-contracts.md) | ||
* [Using The Graph](packages/boba/subgraph/README.md) | ||
* [Replica node](boba\_community/boba-node/README.md) | ||
* [Exchange Integration](boba\_documentation/developer/exchange-integration.md) | ||
* [JSON-RPC API](boba\_documentation/developer/json-rpc-api.md) | ||
* [Price Oracles](boba\_documentation/developer/price-feeds.md) | ||
* [WAGMI](boba\_documentation/developer/wagmi.md) | ||
* [NFT Bridging](boba\_examples/nft\_bridging/README.md) | ||
* [Token Bridging](boba\_documentation/developer/bridge-l1-and-l2/bridge-basics.md) | ||
* [Using the Standard Token Bridge](boba\_documentation/developer/bridge-l1-and-l2/standard-bridge.md) | ||
* [Using the Fast Token Bridge](boba\_documentation/developer/bridge-l1-and-l2/fast-bridge.md) | ||
|
||
* [Other](packages/README.md) | ||
* [Boba Mainnet Addresses](packages/contracts/deployments/mainnet/README.md) | ||
* [Boba Rinkeby Addresses](packages/contracts/deployments/rinkeby/README.md) | ||
* [Liquidity Pools](packages/boba/contracts/contracts/LP/README.md) | ||
* [Boba NFT Bridges](packages/boba/contracts/contracts/bridges/README.md) | ||
* [Boba Straw Price Feed Oracle](packages/boba/contracts/contracts/oracle/README.md) | ||
* [Gas Price Oracle](packages/boba/gas-price-oracle/README.md) | ||
* [Contracts Registration](packages/boba/register/README.md) | ||
* [Documentation HowTo](boba\_documentation/developer/documentation.md) |
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
25 changes: 0 additions & 25 deletions
25
boba_community/turing-captcha-faucet/packages/contracts/README.md
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.