Skip to content

Commit e43b682

Browse files
committed
Add link to appMetaData docs within Getting Started -> Installation - per gh issue
1 parent e549e6b commit e43b682

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/src/routes/docs/[...2]getting-started/[...1]installation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ const chains = [
6969
#### App Metadata (Optional)
7070

7171
You can add metadata about your dapp.
72+
A full definition of `appMetaData` options can be found [here](/docs/modules/core#options)
7273

7374
```ts
7475
const appMetadata = {

docs/src/routes/docs/[...4]wallets/phantom.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Phantom
22

33
:::admonition type=warning
4-
_Wallet module for connecting Phantom to web3-onboard is still in alpha testing and Phantom Eth mainnet coverage is not fully public yet but will be soon. Please visit the [Official Phantom Site](https://phantom.app/) for more details.
4+
The module for connecting Phantom to web3-onboard is still in alpha testing and Phantom Eth mainnet coverage is not fully public yet but will be soon. Please visit the [Official Phantom Site](https://phantom.app/) for more details.
55
:::
66

77
[Web3-Onboard](https://onboard.blocknative.com/) is an open-source, framework-agnostic JavaScript library to onboard users to web3 apps. This package can be used to integrate [Phantom Wallet](https://phantom.app/) support into Web3-Onboard's "Connect Wallet" modal. With this module the Phantom option will be shown even if the extension is not installed on the users browser or used within the Phantom app. If selected the user will be taken to a download screen and prompted to create a Phantom wallet. For more information on Phantom, please refer to the [Phantom developer docs](https://docs.phantom.app/).

0 commit comments

Comments
 (0)