-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
48c46c4
commit 93f9d60
Showing
3 changed files
with
62 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
# `azero-wallet` | ||
|
||
## Overview | ||
|
||
This package implements an Aleph Zero wallet that can be used to sign and send | ||
arbitrary transactions to the connected network. | ||
|
||
Please refer to the [`azero-wallet-adapter`](../adapter) package for Aleph | ||
Wallet snap usage examples. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,7 @@ | ||
# `azero-wallet-snap` | ||
|
||
This package contains type definitions shared by the | ||
[`azero-wallet-adapter`](../adapter) and [`azero-wallet`](../snap) packages. | ||
|
||
Please refer to the [`azero-wallet-adapter`](../adapter) package for Aleph | ||
Wallet snap usage examples. |