Add web wallet example
This commit is contained in:
@ -5,6 +5,7 @@
|
||||
- [Terminology](terminology.md)
|
||||
|
||||
- [Getting Started](getting-started.md)
|
||||
- [Example: Web Wallet](webwallet.md)
|
||||
|
||||
- [Programming Model](programs.md)
|
||||
- [Example: Tic-Tac-Toe](tictactoe.md)
|
||||
|
13
book/src/webwallet.md
Normal file
13
book/src/webwallet.md
Normal file
@ -0,0 +1,13 @@
|
||||
# Example app: Web Wallet
|
||||
|
||||
## Build and run a web wallet locally
|
||||
|
||||
First fetch the example code:
|
||||
|
||||
```sh
|
||||
$ git clone https://github.com/solana-labs/example-webwallet.git
|
||||
$ cd example-webwallet
|
||||
```
|
||||
|
||||
Next, follow the steps in the git repository's
|
||||
[README](https://github.com/solana-labs/example-webwallet/blob/master/README.md).
|
Reference in New Issue
Block a user