Skip to content
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/BUG.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ assignees:
- taylorjdawson
- aaronbarnardsound
- Adamj1232
- leightkt
body:
- type: markdown
attributes:
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/FEATURE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ assignees:
- taylorjdawson
- aaronbarnardsound
- Adamj1232
- leightkt
body:
- type: markdown
attributes:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/issue-to-notion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:
STATE: ${{ github.event.issue.state }}
ISSUE_URL: ${{ github.event.issue.html_url }}
TITLE: ${{ github.event.issue.title }}
FLAG: Github
FLAG: Next Sprint
DATABASE_NAME: Product
STATUS: Backlog
# Product Work Board
DATABASE_ID: 69f0e513a59d445b87a1baed729c75c5
PROJECT_NAME: web3-onboard
# User ids of who to assign the card to in notion: Taylor, Adam, Aaron
NOTION_USER_IDS: f6cbb362-4908-4138-9ef0-434003d9a9f8,8a3a2287-5d2c-4665-906d-02ae9a113340,3b407adf-6552-40de-b22f-5efa852c34a2
NOTION_USER_IDS: f6cbb362-4908-4138-9ef0-434003d9a9f8,8a3a2287-5d2c-4665-906d-02ae9a113340,3b407adf-6552-40de-b22f-5efa852c34a2,436b76c5-fed3-42d2-b3ca-49bb882843f8
shell: bash
38 changes: 19 additions & 19 deletions docs/src/routes/docs/[...1]overview/[...1]introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Web3-Onboard is the quickest and easiest way to add multi-wallet and multi-chain

### Supported Networks

web3-onboard supports all EVM networks. Supporting a new network is simply a matter of adding its details in the Chains section upon initialization. For more information see [initialization options](https://onboard.blocknative.com/docs/modules/core#options).
web3-onboard supports all EVM networks. Supporting a new network is simply a matter of adding its details in the Chains section upon initialization. For more information see [initialization options](../../docs/modules/core.md#options).

- Ethereum
- Arbitrum
Expand Down Expand Up @@ -141,35 +141,35 @@ if (wallets[0]) {

Add other wallet modules such as Wallet Connect or Ledger to increase the support and functionality of your web3-onboard implementation. All modules are listed below and can be accessed through the subpages of web3-onboard docs on the left.

We recommend you add the [Core Repo](https://onboard.blocknative.com/docs/modules/core#install) and consider adding the [Injected Wallets](https://onboard.blocknative.com/docs/packages/injected#install) module to get connected with wallets like Metamask, Trust, Coinbase Wallet & more right away.
We recommend you add the [Core Repo](../../docs/modules/core.md#install) and consider adding the [Injected Wallets](../../docs/wallets/injected.md#install) module to get connected with wallets like Metamask, Trust, Coinbase Wallet & more right away.

[**Core Repo**](https://onboard.blocknative.com/docs/modules/core#install)
[**Core Repo**](../../docs/modules/core.md#install)

[**Injected Wallets**](https://onboard.blocknative.com/docs/packages/injected#install)
[**Injected Wallets**](../../docs/wallets/injected.md#install)

**SDK Wallets**

- [Coinbase](https://onboard.blocknative.com/docs/packages/coinbase#install)
- [WalletConnect](https://onboard.blocknative.com/docs/packages/walletconnect#install)
- [Gnosis](https://onboard.blocknative.com/docs/packages/gnosis#install)
- [Magic](https://onboard.blocknative.com/docs/packages/magic#login-options)
- [Fortmatic](https://onboard.blocknative.com/docs/packages/formatic#install)
- [MEW](https://onboard.blocknative.com/docs/packages/mew#install)
- [Portis](https://onboard.blocknative.com/docs/packages/portis#install)
- [Web3Auth](https://onboard.blocknative.com/docs/packages/web3auth#install)
- [Coinbase](../../docs/wallets/coinbase.md#install)
- [WalletConnect](../../docs/wallets/walletconnect.md#install)
- [Gnosis](../../docs/wallets/gnosis.md#install)
- [Magic](../../docs/wallets/magic.md#login-options)
- [Fortmatic](../../docs/wallets/formatic.md#install)
- [MEW](../../docs/wallets/mewwallet.md#install)
- [Portis](../../docs/wallets/portis.md#install)
- [Web3Auth](../../docs/wallets/web3auth.md#install)

**Hardware Wallets**

- [Ledger](https://onboard.blocknative.com/docs/packages/ledger#install)
- [Trezor](https://onboard.blocknative.com/docs/packages/trezor#install)
- [Keystone](https://onboard.blocknative.com/docs/packages/keystone#install)
- [KeepKey](https://onboard.blocknative.com/docs/packages/keepkey#install)
- [D'cent](https://onboard.blocknative.com/docs/packages/dcent#wallet-module-for-connecting-d-cent-hardware-wallets-to-web3-onboard)
- [Ledger](../../docs/wallets/ledger.md#install)
- [Trezor](../../docs/wallets/trezor.md#install)
- [Keystone](../../docs/wallets/keystone.md#install)
- [KeepKey](../../docs/wallets/keepkey.md#install)
- [D'cent](../../docs/wallets/dcent.md#install)

**Frameworks**

- [React](https://onboard.blocknative.com/docs/modules/react#quickstart-with-injected-wallets-and-ethers-provider)
- [Vue](https://onboard.blocknative.com/docs/modules/vue#install)
- [React](../../docs/modules/react.md#quickstart-with-injected-wallets-and-ethers-provider)
- [Vue](../../docs/modules/vue.md#install)

## Test out the demo app

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ To add a new wallet to the official Web3 Onboard packages and repo, create a [pu
Please also include updates to documentation in your PR. Refer to the [docs contributions section](#documentation-contributions-📄) and the PR template docs checklist.

### Adding Injected Wallets
If the wallet you are adding is an “injected” wallet (browser extension, mobile dapp browser wallet), add a wallet to the injected wallets module. [See here for an example of an injected wallets pull request.](https://github.com/blocknative/web3-onboard/pull/1177/files) You should also add the wallet to the [natively supported injected wallets list](http://localhost:3000/docs/wallets/injected#injected-wallets-supported-natively).
If the wallet you are adding is an “injected” wallet (browser extension, mobile dapp browser wallet), add a wallet to the injected wallets module. [See here for an example of an injected wallets pull request.](https://github.com/blocknative/web3-onboard/pull/1177/files) You should also add the wallet to the [natively supported injected wallets list](../../docs/wallets/injected.md#injected-wallets-supported-natively).

### Adding Wallet Modules
Otherwise, if the wallet you are adding requires dependencies and initialization (SDK), then you will need to create a new package in the Web3 Onboard monorepo. [See here for an example of a pull request.](https://github.com/blocknative/web3-onboard/pull/1238/files)
Expand Down Expand Up @@ -76,4 +76,4 @@ Jump in our [Discord](https://discord.com/invite/KZaBVME) and share your feedbac

## [Support 🤓](#support)

For general questions about how to use Web3 Onboard please first check out our [docs](https://onboard.blocknative.com/docs/overview/introduction#features), then head to our [Discord](https://discord.com/invite/KZaBVME) for support from the Blocknative team.
For general questions about how to use Web3 Onboard please first check out our [docs](../../docs/overview/introduction.md#features), then head to our [Discord](https://discord.com/invite/KZaBVME) for support from the Blocknative team.