Add web wallet example

This commit is contained in:
Greg Fitzgerald 2018-12-12 13:39:06 -07:00
parent 27e2fd9b06
commit fd45e83651
2 changed files with 14 additions and 0 deletions

View File

@ -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
View 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).