Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
hhanh00 committed Sep 22, 2024
1 parent 405f5ff commit 88c1e8f
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 11 deletions.
6 changes: 3 additions & 3 deletions docs/.vitepress/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ export default defineConfig({

sidebar: [
{
text: 'Examples',
text: 'Tutorial',
link: '/tutorial',
items: [
{ text: 'Markdown Examples', link: '/markdown-examples' },
{ text: 'Runtime API Examples', link: '/api-examples' }
{ text: 'Setup Zcashd Regtest', link: '/tutorial/zcashd' },
]
}
],
Expand Down
16 changes: 8 additions & 8 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@ hero:
tagline: Synchronization and Transaction Builder
actions:
- theme: brand
text: Markdown Examples
link: /markdown-examples
text: Tutorial
link: /tutorial
- theme: alt
text: API Examples
link: /api-examples

features:
- title: Feature A
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
- title: Feature B
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
- title: Feature C
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
- title: Warp (2) Synchronization
details: Fastest synchronization available
- title: Multi currency
details: Supports Zcash, Ycash and any Zcash forks
- title: Multi Payments
details: Create complex transactions involving Unified Addresses and several pools
---

21 changes: 21 additions & 0 deletions docs/tutorial/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
## Tutorial

- start zcashd regtest
- lightwalletd regtest
- warp regtest
- create a wallet in warp
- mine
- shield zcashd -> warp
- transfer funds from warp -> warp
- split notes
- transfer pools
- zip 317
- pick multiple input notes
- multiple receiver ua
- z2z
- z2o
- z2t
- t2t
- sender pays fees
- change/no change
- multi pay
Empty file added docs/tutorial/zcashd.md
Empty file.

0 comments on commit 88c1e8f

Please sign in to comment.