UNPKG
@web3-wallet/cryptocom-desktop-wallet
Version:
latest (2.4.1)
2.4.1
2.4.0
2.3.0
2.2.0
2.1.0
2.0.3
2.0.2
2.0.1
2.0.0
1.1.2
1.1.1
1.1.0
1.0.1
1.0.0
0.9.11
0.9.10
0.9.9
0.9.8
0.9.7
0.9.6
0.9.5
0.9.4
0.9.3
0.9.2
0.9.1
0.9.0
0.8.0
0.7.0
0.6.0
0.5.0
0.4.1
Cryptocom Desktop Wallet connector
github.com/web3-wallet/web3-wallet
web3-wallet/web3-wallet
@web3-wallet/cryptocom-desktop-wallet
/
README.md
17 lines
(11 loc)
•
295 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Crypto.com DeFi Desktop Wallet
## Install
```bash pnpm
add
@web3-wallet/cryptocom-desktop-wallet ```
## Usage
```ts import DesktopWallet
from
'@web3-wallet/cryptocom-desktop-wallet'
; import { createWallet }
from
'@web3-wallet/react'
;
const
wallet = createWallet(
new
DesktopWallet()); ```