refactor: web3wallet readme (#103)
This commit is contained in:
parent
e4fdfc6337
commit
4453aff1f2
@ -67,7 +67,7 @@ Your `.env.local` now contains the following environment variables:
|
||||
|
||||
const web3wallet = await Web3Wallet.init({
|
||||
core, // <- pass the shared `core` instance
|
||||
metadata: `${metaData}`
|
||||
metadata
|
||||
})
|
||||
```
|
||||
2. Pair with a dapp
|
||||
@ -193,7 +193,7 @@ Your `.env.local` now contains the following environment variables:
|
||||
|
||||
const web3wallet = await Web3Wallet.init({
|
||||
core, // <- pass the shared `core` instance
|
||||
metadata: `${metaData}`
|
||||
metadata
|
||||
})
|
||||
```
|
||||
2. Authenticate with a dapp
|
||||
|
Loading…
Reference in New Issue
Block a user