> For the complete documentation index, see [llms.txt](https://nabox.gitbook.io/nabox/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nabox.gitbook.io/nabox/okexchain-dapp-connect-nabox-plugin-1.md).

# DApp connects to Nabox Wallet (BCH/FCH)

You can use the following code to get the Nabox wallet `bch provider`:

```
NaboxWallet.naboxBch
NaboxWallet.bch
```

You can use the following code to get the Nabox wallet `fch provider`:

```
NaboxWallet.naboxFch
NaboxWallet.fch
```

###
