solana/book/src/webwallet.md

17 lines
411 B
Markdown
Raw Normal View History

2018-12-12 12:39:06 -08:00
# 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
2018-12-19 20:17:42 -08:00
$ TAG=$(git describe --tags $(git rev-list --tags
--max-count=1))
$ git checkout $TAG
2018-12-12 12:39:06 -08:00
```
Next, follow the steps in the git repository's
[README](https://github.com/solana-labs/example-webwallet/blob/master/README.md).