update docs to reflect new file layout (#1444)

This commit is contained in:
Yeastplume
2018-08-30 11:47:04 +01:00
committed by GitHub
parent 1ded3f3972
commit 11d24fe0c1
7 changed files with 84 additions and 336 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ After checking out grin, building and using, these are the folders you'll have:
Low-level rust utilities.
- wallet
Simple command line wallet implementation. Will generate:
- wallet.dat - your "outputs", that once confirmed and matured, can be spent with the [`grin wallet send`](wallet.md) command. (locally created, _not_ in git)
- wallet_data - a database storing your "outputs", that once confirmed and matured, can be spent with the [`grin wallet send`](wallet.md) command. (locally created, _not_ in git)
- wallet.seed - your secret wallet seed. (locally created, _not_ in git)
## grin dependencies