We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8da5b00 commit 8aa0222Copy full SHA for 8aa0222
docs/GETTING_STARTED.md
@@ -130,3 +130,12 @@ seconds = 2000
130
receipt = client.arkiv.extend_entity(proposal_key, extend_by=seconds)
131
print("Proposal extension receipt:", receipt.extensions)
132
```
133
+
134
+## Setup
135
136
+Requirements
137
+- Python: Version 3.10 or higher
138
+- Install:
139
+ - `pip install --pre arkiv-sdk`
140
+ - `pip install testcontainers websockets`
141
+- RPC: `https://mendoza.hoodi.arkiv.network/rpc`
0 commit comments