Skip to content

Commit de2fa56

Browse files
committed
Add README.md #7
1 parent 0183c8e commit de2fa56

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const cfg = {
3333
3434
### 1. Setup Payment Requirements (Server)
3535
36-
> Verwendet:
36+
> Use:
3737
>
3838
> * `cfg.server[chainId]` → server configuration
3939
> * `serverCredentials` → resolved from .env using `EnvironmentManager`
@@ -63,7 +63,7 @@ const { paymentRequirementsPayload } = ServerExact
6363
6464
### 2. Create Authorization (Client)
6565
66-
> Verwendet:
66+
> Use:
6767
>
6868
> * `cfg.client[chainId]` → client configuration
6969
> * `clientCredentials` → resolved from .env using `EnvironmentManager`
@@ -109,11 +109,11 @@ const { headerString } = client
109109
110110
### 3. Validate and Settle (Server)
111111
112-
> Verwendet:
112+
> Use:
113113
>
114-
> * `serverPrivateKey`aus Schritt 1
115-
> * `paymentRequirementsPayload`aus Schritt 1
116-
> * `headerString`vom Client erhalten
114+
> * `serverPrivateKey`from Step 1
115+
> * `paymentRequirementsPayload`from Step 1
116+
> * `headerString`received from client
117117
118118
```js
119119
const nonceStore = new NonceStore()
@@ -641,7 +641,6 @@ returns { ok, txHash }
641641
Contributions are welcome!
642642
If you encounter bugs, have feature suggestions, or want to improve the module, feel free to open an issue or submit a pull request.
643643
644-
Please make sure your code follows the formatting rules in `Formatierungsregeln.md` and includes meaningful tests.
645644
646645
## License
647646

0 commit comments

Comments
 (0)