Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ yarn

## Development

Ensure you have [Metamask Flask](https://docs.metamask.io/snaps/get-started/install-flask) installed for local development.

### Building and running WebZjs Zcash Snap locally

```shell
Expand All @@ -110,7 +112,7 @@ yarn dev

### Dev Build

![webzjs.chainsafe.dev](https://webzjs.chainsafe.dev/)
[webzjs.chainsafe.dev](https://webzjs.chainsafe.dev/)

### Testing

Expand All @@ -137,4 +139,4 @@ at your option.
Unless you explicitly state otherwise, any contribution intentionally
submitted for inclusion in the work by you, as defined in the Apache-2.0
license, shall be dual licensed as above, without any additional terms or
conditions.
conditions.
2 changes: 1 addition & 1 deletion packages/web-wallet/src/pages/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const Home: React.FC = () => {
<div>To reset manually:</div>
<ul className="list-disc pl-6 space-y-1">
<li>Open DevTools ➛ Application ➛ IndexedDB ➛ keyval-store ➛ Delete database</li>
<li>Opem Metamask ➛ ⋮ ➛ Snaps ➛ Zcash Shielded Wallet ➛ Remove Zcash Shielded Wallet ➛ Remove Snap</li>
<li>Open Metamask ➛ ⋮ ➛ Snaps ➛ Zcash Shielded Wallet ➛ Remove Zcash Shielded Wallet ➛ Remove Snap</li>
<li>Refresh the page and start installation again</li>
</ul>
<details className="mt-2">
Expand Down