Skip to content

Commit 6265bc9

Browse files
decofe0xKitsune
andauthored
docs: add spacing between README sections (#391)
* docs: add spacing between README sections Co-Authored-By: 0xKitsune <[email protected]> * docs: add spacing before Getting Started section Co-Authored-By: 0xKitsune <[email protected]> * fmt: headers --------- Co-authored-by: 0xKitsune <[email protected]>
1 parent 08bbe90 commit 6265bc9

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
> This repository is actively under development and subject to rapid iteration.
33
> APIs, interfaces, and behavior may change without notice. Not recommended for production use yet.
44
5+
<br>
6+
57
<p align="center">
68
<a href="https://tempo.xyz/zones">
79
<img src="assets/header.png" alt="Tempo Zones" width="100%">
@@ -12,6 +14,7 @@ Zones are private blockchains anchored to [Tempo](https://github.com/tempoxyz/te
1214

1315
You can get started today by [deploying a zone](#getting-started) on Tempo testnet, reading the [full zone documentation](docs/ZONES.md), or exploring the [Zone specs](https://docs.tempo.xyz/protocol).
1416

17+
<br>
1518

1619
## What Makes Zones Interesting
1720

@@ -25,13 +28,14 @@ You can get started today by [deploying a zone](#getting-started) on Tempo testn
2528

2629
- **Fast withdrawals.** The zone processes transactions every 250ms and submits batches of withdrawals to Tempo, where blocks are produced every ~500ms. Once batches are accepted and the attached proof is validated, withdrawals are processed and funds are released from escrow.
2730

31+
<br>
2832

2933
## Getting Started
3034

3135
Prerequisites: [Rust](https://rustup.rs/), [Foundry](https://book.getfoundry.sh/getting-started/installation), [`just`](https://github.com/casey/just#packages), [`jq`](https://jqlang.github.io/jq/download/)
3236

3337

34-
## Deploying a Zone
38+
### Deploying a Zone
3539

3640
```bash
3741
# Deploy and start a zone on Moderato testnet
@@ -46,7 +50,7 @@ The `deploy-zone` command generates a sequencer keypair, funds it on L1, deploys
4650
just zone-up my-zone
4751
```
4852

49-
## Depositing into a Zone
53+
### Depositing into a Zone
5054

5155
```bash
5256
export L1_PORTAL_ADDRESS=$(jq -r '.portal' generated/my-zone/zone.json)
@@ -63,7 +67,7 @@ just send-deposit-encrypted 1000000 # to your own address
6367
just send-deposit-encrypted 1000000 <recipient-address> # to a specific address
6468
```
6569

66-
## Withdrawing from Zone to Tempo
70+
### Withdrawing from Zone to Tempo
6771

6872
```bash
6973

@@ -75,7 +79,7 @@ just send-withdrawal 1000000 <recipient-address> # withdraw to a specific addre
7579
The sequencer includes the withdrawal in the next batch submission to L1 and processes it automatically.
7680

7781

78-
## Querying the Private RPC
82+
### Querying the Private RPC
7983

8084
Zone balances are private by default. Every RPC request must include a signed authorization token that proves you control the querying account.
8185

@@ -94,6 +98,7 @@ just check-balance-private my-zone <token-address>
9498

9599
See [docs/ZONES.md](docs/ZONES.md) for the full guide on deposits, withdrawals, private RPC, router demos, TIP-403 policy flows, and command references.
96100

101+
<br>
97102

98103
## License
99104

0 commit comments

Comments
 (0)